aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/history_payment_aborted.xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-01-03 15:04:25 -0300
committerTorsten Grote <t@grobox.de>2020-01-06 09:15:48 -0300
commit00596b872e5003f2a9ff8b4abc276f62759e653d (patch)
tree7d25c5ffae224d24e48b62ec5645b8d64bb3332c /app/src/main/res/drawable/history_payment_aborted.xml
parent1e7ed72053dc5ad9a0f0264b3f154feee2cd7f35 (diff)
downloadwallet-android-00596b872e5003f2a9ff8b4abc276f62759e653d.tar.gz
wallet-android-00596b872e5003f2a9ff8b4abc276f62759e653d.tar.bz2
wallet-android-00596b872e5003f2a9ff8b4abc276f62759e653d.zip
Implement more events and make ViewHolders more generic
Diffstat (limited to 'app/src/main/res/drawable/history_payment_aborted.xml')
-rw-r--r--app/src/main/res/drawable/history_payment_aborted.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/history_payment_aborted.xml b/app/src/main/res/drawable/history_payment_aborted.xml
new file mode 100644
index 0000000..ffe74a5
--- /dev/null
+++ b/app/src/main/res/drawable/history_payment_aborted.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path
+ android:fillColor="#000"
+ android:pathData="M15.46 18.12L16.88 19.54L19 17.41L21.12 19.54L22.54 18.12L20.41 16L22.54 13.88L21.12 12.46L19 14.59L16.88 12.46L15.46 13.88L17.59 16M14.97 11.62C14.86 10.28 13.58 8.97 12 9C10.3 9.04 9 10.3 9 12C9 13.7 10.3 14.94 12 15C12.39 15 12.77 14.92 13.14 14.77C13.41 13.67 13.86 12.63 14.97 11.62M13 16H7C7 14.9 6.1 14 5 14V10C6.1 10 7 9.1 7 8H17C17 9.1 17.9 10 19 10V10.05C19.67 10.06 20.34 10.18 21 10.4V6H3V18H13.32C13.1 17.33 13 16.66 13 16Z" />
+</vector>