summaryrefslogtreecommitdiff
path: root/android/source/res/drawable/ic_check.xml
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-11-11 11:45:53 +0100
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-11-13 11:40:33 +0100
commit319623a3345b5cb11f0d42c6e7781734ff1a3a40 (patch)
treeabc95702d8c84a9b9ae41589551518a837271407 /android/source/res/drawable/ic_check.xml
parent01d0983e3dd963003159779ca0920ace7dc308c4 (diff)
android: Add bottom formatting toolbar
The bottom formatting toolbar now shows the formatting options previously located in the main toolbar as a menu entry (bold, italic, ...). In addition alignment options and selection of fonts and sizes have been added. Bottom formatting toolbar is not shown by default - it enables when hitting the icon in main toolbar. Also soft keyboard and formatting toolbar should not be shown at the same time. Change-Id: I5f6cf8a9fcbdb4d154ae7504a65f9a226c99d694
Diffstat (limited to 'android/source/res/drawable/ic_check.xml')
-rw-r--r--android/source/res/drawable/ic_check.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/android/source/res/drawable/ic_check.xml b/android/source/res/drawable/ic_check.xml
new file mode 100644
index 000000000000..be95fc8fdfba
--- /dev/null
+++ b/android/source/res/drawable/ic_check.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
+ android:src="@drawable/ic_check_black_24dp"
+ android:tint="@color/toolbar_forgeround"/> \ No newline at end of file