From 73060bfc0059e2238897fb29ff9b24a53c5fa3fc Mon Sep 17 00:00:00 2001 From: RetrogisusDEV Date: Sat, 4 Nov 2023 21:31:59 -0400 Subject: Adaptive launcher icon Existing icons are kept for API < 26. --- res/drawable-hdpi/ic_launcher.png | Bin 2282 -> 0 bytes res/drawable-mdpi/ic_launcher.png | Bin 1465 -> 0 bytes res/drawable-xhdpi/ic_launcher.png | Bin 3217 -> 0 bytes res/drawable-xxhdpi/ic_launcher.png | Bin 5226 -> 0 bytes res/drawable-xxxhdpi/ic_launcher.png | Bin 7837 -> 0 bytes res/drawable/ic_launcher_background.xml | 4 ++++ res/drawable/ic_launcher_foreground.xml | 14 ++++++++++++++ res/mipmap-anydpi-v26/ic_launcher.xml | 5 +++++ res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 2282 bytes res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 1465 bytes res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 3217 bytes res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 5226 bytes res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 7837 bytes 13 files changed, 23 insertions(+) delete mode 100644 res/drawable-hdpi/ic_launcher.png delete mode 100644 res/drawable-mdpi/ic_launcher.png delete mode 100644 res/drawable-xhdpi/ic_launcher.png delete mode 100644 res/drawable-xxhdpi/ic_launcher.png delete mode 100644 res/drawable-xxxhdpi/ic_launcher.png create mode 100644 res/drawable/ic_launcher_background.xml create mode 100644 res/drawable/ic_launcher_foreground.xml create mode 100644 res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 res/mipmap-hdpi/ic_launcher.png create mode 100644 res/mipmap-mdpi/ic_launcher.png create mode 100644 res/mipmap-xhdpi/ic_launcher.png create mode 100644 res/mipmap-xxhdpi/ic_launcher.png create mode 100644 res/mipmap-xxxhdpi/ic_launcher.png (limited to 'res') diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png deleted file mode 100644 index 20e436f..0000000 Binary files a/res/drawable-hdpi/ic_launcher.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png deleted file mode 100644 index d9687eb..0000000 Binary files a/res/drawable-mdpi/ic_launcher.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png deleted file mode 100644 index 89d7003..0000000 Binary files a/res/drawable-xhdpi/ic_launcher.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_launcher.png b/res/drawable-xxhdpi/ic_launcher.png deleted file mode 100644 index 53cd696..0000000 Binary files a/res/drawable-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/res/drawable-xxxhdpi/ic_launcher.png b/res/drawable-xxxhdpi/ic_launcher.png deleted file mode 100644 index c55db5a..0000000 Binary files a/res/drawable-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/res/drawable/ic_launcher_background.xml b/res/drawable/ic_launcher_background.xml new file mode 100644 index 0000000..146896b --- /dev/null +++ b/res/drawable/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + + diff --git a/res/drawable/ic_launcher_foreground.xml b/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 0000000..927626a --- /dev/null +++ b/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/res/mipmap-anydpi-v26/ic_launcher.xml b/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000..7e91a57 --- /dev/null +++ b/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/res/mipmap-hdpi/ic_launcher.png b/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 0000000..20e436f Binary files /dev/null and b/res/mipmap-hdpi/ic_launcher.png differ diff --git a/res/mipmap-mdpi/ic_launcher.png b/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 0000000..d9687eb Binary files /dev/null and b/res/mipmap-mdpi/ic_launcher.png differ diff --git a/res/mipmap-xhdpi/ic_launcher.png b/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 0000000..89d7003 Binary files /dev/null and b/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/res/mipmap-xxhdpi/ic_launcher.png b/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..53cd696 Binary files /dev/null and b/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/res/mipmap-xxxhdpi/ic_launcher.png b/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 0000000..c55db5a Binary files /dev/null and b/res/mipmap-xxxhdpi/ic_launcher.png differ -- cgit v1.2.3