summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/drawable
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-05-22 14:43:36 -0300
committerTorsten Grote <t@grobox.de>2020-05-22 14:43:36 -0300
commit882c2c50c878215c380ee1cfd132030a0b0c80f8 (patch)
tree5396c0e666b7548f9ec53f62d529abc2da02f9cd /wallet/src/main/res/drawable
parentb0869289dc9fa2f983991915e77ba0260e59ed8b (diff)
downloadtaler-android-882c2c50c878215c380ee1cfd132030a0b0c80f8.tar.gz
taler-android-882c2c50c878215c380ee1cfd132030a0b0c80f8.tar.bz2
taler-android-882c2c50c878215c380ee1cfd132030a0b0c80f8.zip
[wallet] add option to enter URI manually by long pressing scan button
Diffstat (limited to 'wallet/src/main/res/drawable')
-rw-r--r--wallet/src/main/res/drawable/ic_content_paste.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/wallet/src/main/res/drawable/ic_content_paste.xml b/wallet/src/main/res/drawable/ic_content_paste.xml
new file mode 100644
index 0000000..40235c2
--- /dev/null
+++ b/wallet/src/main/res/drawable/ic_content_paste.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>