From 62d11f4d1c6d08b9a2ed2d7a6649c66381320af3 Mon Sep 17 00:00:00 2001 From: ka1i Date: Sun, 13 Jul 2025 22:17:48 +0800 Subject: [PATCH] feat: app icon assets --- .idea/gradle.xml | 1 + .idea/vcs.xml | 6 + app/src/main/ic_launcher-playstore.png | Bin 0 -> 14112 bytes .../res/drawable/ic_launcher_background.xml | 236 ++++++------------ .../res/drawable/ic_launcher_foreground.xml | 48 ++-- .../ic_launcher.xml | 5 +- .../ic_launcher_round.xml | 5 +- app/src/main/res/mipmap-hdpi/ic_launcher.webp | Bin 1404 -> 740 bytes .../res/mipmap-hdpi/ic_launcher_round.webp | Bin 2898 -> 1794 bytes app/src/main/res/mipmap-mdpi/ic_launcher.webp | Bin 982 -> 518 bytes .../res/mipmap-mdpi/ic_launcher_round.webp | Bin 1772 -> 1094 bytes .../main/res/mipmap-xhdpi/ic_launcher.webp | Bin 1900 -> 1026 bytes .../res/mipmap-xhdpi/ic_launcher_round.webp | Bin 3918 -> 2606 bytes .../main/res/mipmap-xxhdpi/ic_launcher.webp | Bin 2884 -> 1598 bytes .../res/mipmap-xxhdpi/ic_launcher_round.webp | Bin 5914 -> 4198 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.webp | Bin 3844 -> 2220 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.webp | Bin 7778 -> 5998 bytes .../res/values/ic_launcher_background.xml | 4 + 18 files changed, 107 insertions(+), 198 deletions(-) create mode 100644 .idea/vcs.xml create mode 100644 app/src/main/ic_launcher-playstore.png rename app/src/main/res/{mipmap-anydpi => mipmap-anydpi-v26}/ic_launcher.xml (56%) rename app/src/main/res/{mipmap-anydpi => mipmap-anydpi-v26}/ic_launcher_round.xml (56%) create mode 100644 app/src/main/res/values/ic_launcher_background.xml diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 97f0a8e..639c779 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,5 +1,6 @@ +