summaryrefslogtreecommitdiff
path: root/android/source/res/drawable/ic_content_paste_black_24dp.xml
diff options
context:
space:
mode:
authorMert Tümer <merttumer7@gmail.com>2018-03-05 02:39:36 +0300
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-03-14 00:35:21 +0100
commit31e939c9f4b29fb2b2e63eb096450cf3da35d67f (patch)
tree0519dd1c33a1aba3fa027221868011ece9b34648 /android/source/res/drawable/ic_content_paste_black_24dp.xml
parent6d2f6f2f01a4fbf244ba16c355d2f43a2ddf671e (diff)
tdf#96796 - Added clipboard actions for the Android Viewer
Change-Id: I2779ef9a9f68dcf08c3072ffe83b9f2450b7257e Signed-off-by: Mert Tümer <merttumer7@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/50757 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'android/source/res/drawable/ic_content_paste_black_24dp.xml')
-rw-r--r--android/source/res/drawable/ic_content_paste_black_24dp.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/android/source/res/drawable/ic_content_paste_black_24dp.xml b/android/source/res/drawable/ic_content_paste_black_24dp.xml
new file mode 100644
index 000000000000..a902d9a856a0
--- /dev/null
+++ b/android/source/res/drawable/ic_content_paste_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="M19,2h-4.18C14.4,0.84 13.3,0 12,0c-1.3,0 -2.4,0.84 -2.82,2L5,2c-1.1,0 -2,0.9 -2,2v16c0,1.1 0.9,2 2,2h14c1.1,0 2,-0.9 2,-2L21,4c0,-1.1 -0.9,-2 -2,-2zM12,2c0.55,0 1,0.45 1,1s-0.45,1 -1,1 -1,-0.45 -1,-1 0.45,-1 1,-1zM19,20L5,20L5,4h2v3h10L17,4h2v16z"/>
+</vector>