aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/ic_account_balance.xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2019-12-30 12:18:38 -0300
committerTorsten Grote <t@grobox.de>2019-12-30 12:18:38 -0300
commit1ec44435ab0ab098a04b3f4ee9f2599d99535c41 (patch)
tree219f16617853af2ba431d8f0f02ed4cc845703b1 /app/src/main/res/drawable/ic_account_balance.xml
parent35ba17db04f48f4ec41f55ac6944051093f7b78b (diff)
downloadwallet-android-1ec44435ab0ab098a04b3f4ee9f2599d99535c41.tar.gz
wallet-android-1ec44435ab0ab098a04b3f4ee9f2599d99535c41.tar.bz2
wallet-android-1ec44435ab0ab098a04b3f4ee9f2599d99535c41.zip
Deserialize and render more wallet history events
Diffstat (limited to 'app/src/main/res/drawable/ic_account_balance.xml')
-rw-r--r--app/src/main/res/drawable/ic_account_balance.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_account_balance.xml b/app/src/main/res/drawable/ic_account_balance.xml
new file mode 100644
index 0000000..03224e2
--- /dev/null
+++ b/app/src/main/res/drawable/ic_account_balance.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="M4,10v7h3v-7L4,10zM10,10v7h3v-7h-3zM2,22h19v-3L2,19v3zM16,10v7h3v-7h-3zM11.5,1L2,6v2h19L21,6l-9.5,-5z" />
+</vector>