From cb96c14878499f5d55f2ac35b917f840f2a40149 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Wed, 23 Sep 2020 14:23:39 -0300 Subject: [wallet] update to new Taler logo --- wallet/src/main/ic_launcher-playstore.png | Bin 0 -> 32793 bytes wallet/src/main/ic_launcher-web.png | Bin 14129 -> 0 bytes .../main/res/drawable/ic_launcher_foreground.xml | 68 +++------------------ .../src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 17 +----- .../res/mipmap-anydpi-v26/ic_launcher_round.xml | 17 +----- wallet/src/main/res/mipmap-hdpi/ic_launcher.png | Bin 1611 -> 4668 bytes .../src/main/res/mipmap-hdpi/ic_launcher_round.png | Bin 2898 -> 4668 bytes wallet/src/main/res/mipmap-mdpi/ic_launcher.png | Bin 1101 -> 2843 bytes .../src/main/res/mipmap-mdpi/ic_launcher_round.png | Bin 1836 -> 2843 bytes wallet/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 2314 -> 6753 bytes .../main/res/mipmap-xhdpi/ic_launcher_round.png | Bin 4158 -> 6753 bytes wallet/src/main/res/mipmap-xxhdpi/ic_launcher.png | Bin 3405 -> 10481 bytes .../main/res/mipmap-xxhdpi/ic_launcher_round.png | Bin 6328 -> 10481 bytes wallet/src/main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 4592 -> 15168 bytes .../main/res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 8828 -> 15168 bytes wallet/src/main/res/values/colors.xml | 6 +- .../src/main/res/values/ic_launcher_background.xml | 19 +----- 17 files changed, 16 insertions(+), 111 deletions(-) create mode 100644 wallet/src/main/ic_launcher-playstore.png delete mode 100644 wallet/src/main/ic_launcher-web.png (limited to 'wallet/src/main') diff --git a/wallet/src/main/ic_launcher-playstore.png b/wallet/src/main/ic_launcher-playstore.png new file mode 100644 index 0000000..fbbedc8 Binary files /dev/null and b/wallet/src/main/ic_launcher-playstore.png differ diff --git a/wallet/src/main/ic_launcher-web.png b/wallet/src/main/ic_launcher-web.png deleted file mode 100644 index f0f6be7..0000000 Binary files a/wallet/src/main/ic_launcher-web.png and /dev/null differ diff --git a/wallet/src/main/res/drawable/ic_launcher_foreground.xml b/wallet/src/main/res/drawable/ic_launcher_foreground.xml index 0e103bc..c653721 100644 --- a/wallet/src/main/res/drawable/ic_launcher_foreground.xml +++ b/wallet/src/main/res/drawable/ic_launcher_foreground.xml @@ -1,68 +1,18 @@ - - + android:viewportWidth="108" + android:viewportHeight="108"> + android:scaleX="2.673" + android:scaleY="2.673" + android:translateX="21.924" + android:translateY="21.924"> - - - - - - diff --git a/wallet/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/wallet/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 52dfeb8..ac94b34 100644 --- a/wallet/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/wallet/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,19 +1,4 @@ - - + diff --git a/wallet/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/wallet/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index 52dfeb8..ac94b34 100644 --- a/wallet/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/wallet/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,19 +1,4 @@ - - + diff --git a/wallet/src/main/res/mipmap-hdpi/ic_launcher.png b/wallet/src/main/res/mipmap-hdpi/ic_launcher.png index 2bfb696..eec3d68 100644 Binary files a/wallet/src/main/res/mipmap-hdpi/ic_launcher.png and b/wallet/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/wallet/src/main/res/mipmap-hdpi/ic_launcher_round.png b/wallet/src/main/res/mipmap-hdpi/ic_launcher_round.png index c7ae940..eec3d68 100644 Binary files a/wallet/src/main/res/mipmap-hdpi/ic_launcher_round.png and b/wallet/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/wallet/src/main/res/mipmap-mdpi/ic_launcher.png b/wallet/src/main/res/mipmap-mdpi/ic_launcher.png index c104056..00fa230 100644 Binary files a/wallet/src/main/res/mipmap-mdpi/ic_launcher.png and b/wallet/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/wallet/src/main/res/mipmap-mdpi/ic_launcher_round.png b/wallet/src/main/res/mipmap-mdpi/ic_launcher_round.png index 1130914..00fa230 100644 Binary files a/wallet/src/main/res/mipmap-mdpi/ic_launcher_round.png and b/wallet/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/wallet/src/main/res/mipmap-xhdpi/ic_launcher.png b/wallet/src/main/res/mipmap-xhdpi/ic_launcher.png index 7144a11..e10fcb7 100644 Binary files a/wallet/src/main/res/mipmap-xhdpi/ic_launcher.png and b/wallet/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/wallet/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/wallet/src/main/res/mipmap-xhdpi/ic_launcher_round.png index d63ccd3..e10fcb7 100644 Binary files a/wallet/src/main/res/mipmap-xhdpi/ic_launcher_round.png and b/wallet/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/wallet/src/main/res/mipmap-xxhdpi/ic_launcher.png b/wallet/src/main/res/mipmap-xxhdpi/ic_launcher.png index bc3155e..ebaec61 100644 Binary files a/wallet/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/wallet/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/wallet/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/wallet/src/main/res/mipmap-xxhdpi/ic_launcher_round.png index 028fe60..ebaec61 100644 Binary files a/wallet/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and b/wallet/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/wallet/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/wallet/src/main/res/mipmap-xxxhdpi/ic_launcher.png index ccc81eb..3ccfd5d 100644 Binary files a/wallet/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/wallet/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/wallet/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/wallet/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png index da3ce45..3ccfd5d 100644 Binary files a/wallet/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and b/wallet/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/wallet/src/main/res/values/colors.xml b/wallet/src/main/res/values/colors.xml index 6413bb8..ba2804e 100644 --- a/wallet/src/main/res/values/colors.xml +++ b/wallet/src/main/res/values/colors.xml @@ -15,7 +15,7 @@ --> - #283593 - #1A237E - #AE1010 + #3047a3 + #152238 + #BB1D24 diff --git a/wallet/src/main/res/values/ic_launcher_background.xml b/wallet/src/main/res/values/ic_launcher_background.xml index f35a21b..71efc64 100644 --- a/wallet/src/main/res/values/ic_launcher_background.xml +++ b/wallet/src/main/res/values/ic_launcher_background.xml @@ -1,19 +1,4 @@ - - + - #000000 + #3047a3 \ No newline at end of file -- cgit v1.2.3