summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-01-08 09:29:28 -0300
committerTorsten Grote <t@grobox.de>2020-01-08 09:29:28 -0300
commit1ec5fbd1d342f42975dc8820efe697f332ea3c15 (patch)
treee2c8c7ded1a04e74c405c4068b1b1daba0f0d574 /app/src/main/res/drawable
parent14f218f44fa5ce7ad0bef164190d6d15a9ddb2fd (diff)
downloadwallet-android-1ec5fbd1d342f42975dc8820efe697f332ea3c15.tar.gz
wallet-android-1ec5fbd1d342f42975dc8820efe697f332ea3c15.tar.bz2
wallet-android-1ec5fbd1d342f42975dc8820efe697f332ea3c15.zip
Show Refresh events to the user if there's a fee associated
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/history_refresh.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/history_refresh.xml b/app/src/main/res/drawable/history_refresh.xml
new file mode 100644
index 0000000..58d11dd
--- /dev/null
+++ b/app/src/main/res/drawable/history_refresh.xml
@@ -0,0 +1,12 @@
+<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="#FF000000"
+ android:pathData="M14.97,11.62C14.86,10.28 13.58,8.97 12,9c-1.7,0.04 -3,1.3 -3,3 0,1.7 1.3,2.94 3,3 0.39,0 0.77,-0.08 1.14,-0.23 0.27,-1.1 0.72,-2.14 1.83,-3.15M13,16H7C7,14.9 6.1,14 5,14V10C6.1,10 7,9.1 7,8h10c0,1.1 0.9,2 2,2v0.05c0.67,0.01 1.34,0.13 2,0.35V6H3V18H13.32C13.1,17.33 13,16.66 13,16Z" />
+ <path
+ android:fillColor="#FF000000"
+ android:pathData="M19,12 L16.75,14.25 19,16.5V15c1.38,0 2.5,1.12 2.5,2.5 0,0.4 -0.09,0.78 -0.26,1.12l1.09,1.09C22.75,19.08 23,18.32 23,17.5c0,-2.21 -1.79,-4 -4,-4V12m-3.33,3.29C15.25,15.92 15,16.68 15,17.5c0,2.21 1.79,4 4,4V23L21.25,20.75 19,18.5V20c-1.38,0 -2.5,-1.12 -2.5,-2.5 0,-0.4 0.09,-0.78 0.26,-1.12z" />
+</vector>