diff options
author | Torsten Grote <t@grobox.de> | 2020-04-15 10:25:20 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-04-15 10:25:20 -0300 |
commit | 8e4f85d467c8e8109026a7195757ce9448ad7b19 (patch) | |
tree | 24b7e18e7a5620f659bd4fe4a839f7e0ef8f8d40 /wallet/src/main/res/drawable | |
parent | 8b7947a14349877120e74127a3949a73f917c3d2 (diff) | |
download | taler-android-8e4f85d467c8e8109026a7195757ce9448ad7b19.tar.gz taler-android-8e4f85d467c8e8109026a7195757ce9448ad7b19.tar.bz2 taler-android-8e4f85d467c8e8109026a7195757ce9448ad7b19.zip |
[wallet] move dev mode and TESTKUDOS into proper settings screen
Diffstat (limited to 'wallet/src/main/res/drawable')
-rw-r--r-- | wallet/src/main/res/drawable/ic_cash_usd_outline.xml | 1 | ||||
-rw-r--r-- | wallet/src/main/res/drawable/ic_developer_mode.xml | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/wallet/src/main/res/drawable/ic_cash_usd_outline.xml b/wallet/src/main/res/drawable/ic_cash_usd_outline.xml index 0e26eef..aa5b85f 100644 --- a/wallet/src/main/res/drawable/ic_cash_usd_outline.xml +++ b/wallet/src/main/res/drawable/ic_cash_usd_outline.xml @@ -17,6 +17,7 @@ <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" + android:tint="?attr/colorControlNormal" android:viewportWidth="24" android:viewportHeight="24"> <path diff --git a/wallet/src/main/res/drawable/ic_developer_mode.xml b/wallet/src/main/res/drawable/ic_developer_mode.xml new file mode 100644 index 0000000..c401182 --- /dev/null +++ b/wallet/src/main/res/drawable/ic_developer_mode.xml @@ -0,0 +1,10 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:tint="?attr/colorControlNormal" + android:viewportWidth="24.0" + android:viewportHeight="24.0"> + <path + android:fillColor="#FF000000" + android:pathData="M7,5h10v2h2L19,3c0,-1.1 -0.9,-1.99 -2,-1.99L7,1c-1.1,0 -2,0.9 -2,2v4h2L7,5zM15.41,16.59L20,12l-4.59,-4.59L14,8.83 17.17,12 14,15.17l1.41,1.42zM10,15.17L6.83,12 10,8.83 8.59,7.41 4,12l4.59,4.59L10,15.17zM17,19L7,19v-2L5,17v4c0,1.1 0.9,2 2,2h10c1.1,0 2,-0.9 2,-2v-4h-2v2z" /> +</vector> |