summaryrefslogtreecommitdiff
path: root/android/source/res/drawable
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-11-13 11:10:12 +0100
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-11-13 11:40:34 +0100
commit8908920488f514e015610d21f00481857c08776f (patch)
tree96da2ea2b0555b1a398568938d486fac66d06155 /android/source/res/drawable
parent6636476cf06ccabc81fcc951f842a34a7f4b5840 (diff)
android: add undo/redo to the main toolbar
Change-Id: I64f76d22018fcd8af2991933ba5ab2069f84181f
Diffstat (limited to 'android/source/res/drawable')
-rw-r--r--android/source/res/drawable/ic_redo.xml5
-rw-r--r--android/source/res/drawable/ic_undo.xml5
2 files changed, 10 insertions, 0 deletions
diff --git a/android/source/res/drawable/ic_redo.xml b/android/source/res/drawable/ic_redo.xml
new file mode 100644
index 000000000000..eb4abef0a314
--- /dev/null
+++ b/android/source/res/drawable/ic_redo.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_redo_black_24dp"
+ android:tint="@color/toolbar_forgeround"/> \ No newline at end of file
diff --git a/android/source/res/drawable/ic_undo.xml b/android/source/res/drawable/ic_undo.xml
new file mode 100644
index 000000000000..12b9ce6f249b
--- /dev/null
+++ b/android/source/res/drawable/ic_undo.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_undo_black_24dp"
+ android:tint="@color/toolbar_forgeround"/> \ No newline at end of file