summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/ic_directions.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/ic_directions.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/ic_directions.xml')
-rw-r--r--app/src/main/res/drawable/ic_directions.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_directions.xml b/app/src/main/res/drawable/ic_directions.xml
new file mode 100644
index 0000000..739dd20
--- /dev/null
+++ b/app/src/main/res/drawable/ic_directions.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="M21.71,11.29l-9,-9c-0.39,-0.39 -1.02,-0.39 -1.41,0l-9,9c-0.39,0.39 -0.39,1.02 0,1.41l9,9c0.39,0.39 1.02,0.39 1.41,0l9,-9c0.39,-0.38 0.39,-1.01 0,-1.41zM14,14.5V12h-4v3H8v-4c0,-0.55 0.45,-1 1,-1h5V7.5l3.5,3.5 -3.5,3.5z"/>
+</vector>