382f9f7446
- 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
443 B
XML
13 lines
443 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,6h16v12h-16z"
|
|
android:fillAlpha="0.99"
|
|
android:strokeColor="#00000000"
|
|
android:fillColor="#4d4d4d"
|
|
android:strokeWidth="4"
|
|
android:strokeAlpha="0.99"/>
|
|
</vector>
|