summaryrefslogtreecommitdiff
path: root/android/source/res/drawable
diff options
context:
space:
mode:
authorMert Tumer <merttumer@outlook.com>2018-08-18 07:57:40 -0700
committerTomaž Vajngerl <quikee@gmail.com>2018-08-21 00:10:10 +0200
commit414ef6cb187dd3bbcc917dbedf3c0c1cc8668f60 (patch)
treee40c2edcd96c49c2709a2a4ff6e61edc38e87a48 /android/source/res/drawable
parent1c08deed080e46478d6aac198e0b2f8f1ff54fe5 (diff)
Added Clear Formatting button on Android Viewer
Change-Id: If576aaf3e5095e660219fed9f5e11971c9a73469 Signed-off-by: Mert Tumer <merttumer7@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/59293 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'android/source/res/drawable')
-rw-r--r--android/source/res/drawable/ic_format_clear_black_24dp.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/android/source/res/drawable/ic_format_clear_black_24dp.xml b/android/source/res/drawable/ic_format_clear_black_24dp.xml
new file mode 100644
index 000000000000..4c903c7163e0
--- /dev/null
+++ b/android/source/res/drawable/ic_format_clear_black_24dp.xml
@@ -0,0 +1,9 @@
+<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:fillColor="#FF000000"
+ android:pathData="M3.27,5L2,6.27l6.97,6.97L6.5,19h3l1.57,-3.66L16.73,21 18,19.73 3.55,5.27 3.27,5zM6,5v0.18L8.82,8h2.4l-0.72,1.68 2.1,2.1L14.21,8H20V5H6z"/>
+</vector>