From 202201654d8ca26e0f484bc2c7b17f382a68dc93 Mon Sep 17 00:00:00 2001 From: jhengazuki Date: Fri, 19 Sep 2025 18:40:10 +0800 Subject: [PATCH] Fix icon --- app/src/leanback/res/values/styles.xml | 2 +- app/src/main/res/drawable-nodpi/ic_splash.png | Bin 0 -> 33006 bytes .../res/drawable/ic_launcher_foreground.xml | 24 ------------------ .../res/mipmap-anydpi-v26/ic_launcher.xml | 2 +- .../mipmap-anydpi-v26/ic_launcher_round.xml | 2 +- app/src/main/res/mipmap-hdpi/ic_launcher.png | Bin 1756 -> 0 bytes app/src/main/res/mipmap-hdpi/ic_launcher.webp | Bin 0 -> 1582 bytes .../mipmap-hdpi/ic_launcher_foreground.webp | Bin 0 -> 2276 bytes .../res/mipmap-hdpi/ic_launcher_round.png | Bin 3796 -> 0 bytes .../res/mipmap-hdpi/ic_launcher_round.webp | Bin 0 -> 3046 bytes app/src/main/res/mipmap-mdpi/ic_launcher.webp | Bin 0 -> 1050 bytes .../mipmap-mdpi/ic_launcher_foreground.webp | Bin 0 -> 1430 bytes .../res/mipmap-mdpi/ic_launcher_round.webp | Bin 0 -> 1856 bytes app/src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 2417 -> 0 bytes .../main/res/mipmap-xhdpi/ic_launcher.webp | Bin 0 -> 2044 bytes .../mipmap-xhdpi/ic_launcher_foreground.webp | Bin 0 -> 3024 bytes .../res/mipmap-xhdpi/ic_launcher_round.png | Bin 5453 -> 0 bytes .../res/mipmap-xhdpi/ic_launcher_round.webp | Bin 0 -> 4078 bytes .../main/res/mipmap-xxhdpi/ic_launcher.png | Bin 4137 -> 0 bytes .../main/res/mipmap-xxhdpi/ic_launcher.webp | Bin 0 -> 3238 bytes .../mipmap-xxhdpi/ic_launcher_foreground.webp | Bin 0 -> 5022 bytes .../res/mipmap-xxhdpi/ic_launcher_round.png | Bin 9140 -> 0 bytes .../res/mipmap-xxhdpi/ic_launcher_round.webp | Bin 0 -> 6922 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 5916 -> 0 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.webp | Bin 0 -> 4364 bytes .../ic_launcher_foreground.webp | Bin 0 -> 6712 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 13085 -> 0 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.webp | Bin 0 -> 9178 bytes app/src/mobile/res/values/styles.xml | 2 +- other/image/logo-1.xml | 18 ------------- 30 files changed, 4 insertions(+), 46 deletions(-) create mode 100644 app/src/main/res/drawable-nodpi/ic_splash.png delete mode 100644 app/src/main/res/drawable/ic_launcher_foreground.xml delete mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher.png create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher.webp create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp delete mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_round.png create mode 100644 app/src/main/res/mipmap-hdpi/ic_launcher_round.webp create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher.webp create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp create mode 100644 app/src/main/res/mipmap-mdpi/ic_launcher_round.webp delete mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher.png create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher.webp create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp delete mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_round.png create mode 100644 app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp delete mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher.png create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher.webp create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp delete mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png create mode 100644 app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp delete mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp delete mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png create mode 100644 app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp delete mode 100644 other/image/logo-1.xml diff --git a/app/src/leanback/res/values/styles.xml b/app/src/leanback/res/values/styles.xml index 51c2f4e50..837d72c5e 100644 --- a/app/src/leanback/res/values/styles.xml +++ b/app/src/leanback/res/values/styles.xml @@ -13,7 +13,7 @@ @style/Theme.App @color/white @color/white - @drawable/ic_launcher_foreground + @drawable/ic_splash