From 61fc0da8d071e80632126d03fc59575ced31f48c Mon Sep 17 00:00:00 2001 From: Tommaso Berlose Date: Tue, 11 May 2021 18:46:08 +0200 Subject: [PATCH] New icon --- .idea/assetWizardSettings.xml | 180 +++++++++++++++++- app/build.gradle | 2 +- app/src/main/ic_launcher-playstore.png | Bin 13533 -> 44641 bytes app/src/main/ic_launcher-web.png | Bin 45921 -> 0 bytes .../anotherwidget/helpers/ColorHelper.kt | 2 +- .../ui/fragments/SettingsFragment.kt | 13 +- .../anotherwidget/ui/widgets/MainWidget.kt | 7 +- .../main/res/drawable-hdpi/ic_splash_logo.png | Bin 7739 -> 16539 bytes .../drawable-hdpi/ic_stat_notification.png | Bin 674 -> 750 bytes .../main/res/drawable-mdpi/ic_splash_logo.png | Bin 4850 -> 9278 bytes .../drawable-mdpi/ic_stat_notification.png | Bin 381 -> 563 bytes .../res/drawable-xhdpi/ic_splash_logo.png | Bin 13129 -> 26895 bytes .../drawable-xhdpi/ic_stat_notification.png | Bin 796 -> 1181 bytes .../res/drawable-xxhdpi/ic_splash_logo.png | Bin 20665 -> 59246 bytes .../drawable-xxhdpi/ic_stat_notification.png | Bin 1373 -> 1668 bytes .../res/drawable-xxxhdpi/ic_splash_logo.png | Bin 32558 -> 97645 bytes .../drawable-xxxhdpi/ic_stat_notification.png | Bin 1739 -> 2522 bytes .../main/res/layout/fragment_tab_gestures.xml | 2 +- app/src/main/res/mipmap-hdpi/ic_launcher.png | Bin 3386 -> 4784 bytes .../mipmap-hdpi/ic_launcher_foreground.png | Bin 1078 -> 3790 bytes .../res/mipmap-hdpi/ic_launcher_round.png | Bin 3386 -> 4784 bytes app/src/main/res/mipmap-mdpi/ic_launcher.png | Bin 2121 -> 2872 bytes .../mipmap-mdpi/ic_launcher_foreground.png | Bin 704 -> 2389 bytes .../res/mipmap-mdpi/ic_launcher_round.png | Bin 2121 -> 2872 bytes app/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 4870 -> 6866 bytes .../mipmap-xhdpi/ic_launcher_foreground.png | Bin 1807 -> 5136 bytes .../res/mipmap-xhdpi/ic_launcher_round.png | Bin 4870 -> 6866 bytes .../main/res/mipmap-xxhdpi/ic_launcher.png | Bin 7586 -> 11106 bytes .../mipmap-xxhdpi/ic_launcher_foreground.png | Bin 3298 -> 8919 bytes .../res/mipmap-xxhdpi/ic_launcher_round.png | Bin 7586 -> 11106 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 10384 -> 16242 bytes .../mipmap-xxxhdpi/ic_launcher_foreground.png | Bin 4897 -> 14017 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 10384 -> 16242 bytes app/src/main/res/values/strings.xml | 1 + hero.png | Bin 11406 -> 21870 bytes 35 files changed, 197 insertions(+), 10 deletions(-) delete mode 100644 app/src/main/ic_launcher-web.png diff --git a/.idea/assetWizardSettings.xml b/.idea/assetWizardSettings.xml index bce337d..201eb6e 100644 --- a/.idea/assetWizardSettings.xml +++ b/.idea/assetWizardSettings.xml @@ -19,6 +19,29 @@