From 911acc7299afb76cf386ab76b6b17ce8483f9c8a Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 19 Oct 2024 23:50:49 +0500 Subject: upd: android icon --- android/res/drawable-anydpi-v26/ic_launcher.xml | 6 ---- .../drawable-anydpi-v26/ic_launcher_foreground.xml | 40 --------------------- android/res/drawable-hdpi/ic_launcher.png | Bin 16820 -> 14600 bytes android/res/drawable-mdpi/ic_launcher.png | Bin 16124 -> 9505 bytes android/res/drawable-xhdpi/ic_launcher.png | Bin 17915 -> 21265 bytes android/res/drawable-xxhdpi/ic_launcher.png | Bin 18746 -> 37393 bytes android/res/drawable-xxxhdpi/ic_launcher.png | Bin 19448 -> 57372 bytes android/res/values-v21/styles.xml | 2 +- android/res/values/color.xml | 4 --- android/res/values/styles.xml | 2 +- 10 files changed, 2 insertions(+), 52 deletions(-) delete mode 100644 android/res/drawable-anydpi-v26/ic_launcher.xml delete mode 100644 android/res/drawable-anydpi-v26/ic_launcher_foreground.xml delete mode 100644 android/res/values/color.xml diff --git a/android/res/drawable-anydpi-v26/ic_launcher.xml b/android/res/drawable-anydpi-v26/ic_launcher.xml deleted file mode 100644 index 6c7313a..0000000 --- a/android/res/drawable-anydpi-v26/ic_launcher.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - diff --git a/android/res/drawable-anydpi-v26/ic_launcher_foreground.xml b/android/res/drawable-anydpi-v26/ic_launcher_foreground.xml deleted file mode 100644 index 5916ee8..0000000 --- a/android/res/drawable-anydpi-v26/ic_launcher_foreground.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - diff --git a/android/res/drawable-hdpi/ic_launcher.png b/android/res/drawable-hdpi/ic_launcher.png index 91f696b..5191d83 100644 Binary files a/android/res/drawable-hdpi/ic_launcher.png and b/android/res/drawable-hdpi/ic_launcher.png differ diff --git a/android/res/drawable-mdpi/ic_launcher.png b/android/res/drawable-mdpi/ic_launcher.png index c1ab239..a881377 100644 Binary files a/android/res/drawable-mdpi/ic_launcher.png and b/android/res/drawable-mdpi/ic_launcher.png differ diff --git a/android/res/drawable-xhdpi/ic_launcher.png b/android/res/drawable-xhdpi/ic_launcher.png index 2011cc0..4d2a646 100644 Binary files a/android/res/drawable-xhdpi/ic_launcher.png and b/android/res/drawable-xhdpi/ic_launcher.png differ diff --git a/android/res/drawable-xxhdpi/ic_launcher.png b/android/res/drawable-xxhdpi/ic_launcher.png index 25fcef0..86ecaf2 100644 Binary files a/android/res/drawable-xxhdpi/ic_launcher.png and b/android/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/android/res/drawable-xxxhdpi/ic_launcher.png b/android/res/drawable-xxxhdpi/ic_launcher.png index d109946..9b75da0 100644 Binary files a/android/res/drawable-xxxhdpi/ic_launcher.png and b/android/res/drawable-xxxhdpi/ic_launcher.png differ diff --git a/android/res/values-v21/styles.xml b/android/res/values-v21/styles.xml index fcc6217..1ca7c2a 100644 --- a/android/res/values-v21/styles.xml +++ b/android/res/values-v21/styles.xml @@ -1,6 +1,6 @@ diff --git a/android/res/values/color.xml b/android/res/values/color.xml deleted file mode 100644 index 933353e..0000000 --- a/android/res/values/color.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - #FFFFFFFF - diff --git a/android/res/values/styles.xml b/android/res/values/styles.xml index 77377af..4e8d13d 100644 --- a/android/res/values/styles.xml +++ b/android/res/values/styles.xml @@ -1,6 +1,6 @@ -- cgit v1.2.3