forked from amazingfate/loongoffice
- added some initial implementation of the bottom tab-bar, which has 3 tabs - character, paragraph, insert - insert has not (completely) working insert line and rect shapes - add ability to shring/grow font as alternative to select its size Change-Id: If039f985403a8155d1e011953043f2979b4bfa91
13 lines
405 B
XML
13 lines
405 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24.0"
|
|
android:viewportHeight="24.0">
|
|
<path
|
|
android:pathData="M4,11h16v2h-16z"
|
|
android:fillAlpha="1"
|
|
android:strokeColor="#00000000"
|
|
android:fillColor="#4d4d4d"
|
|
android:strokeWidth="2"/>
|
|
</vector>
|