From 977723c6615024afb18c1846fd36f8ff1da1ce09 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 5 Aug 2022 01:49:35 +0530 Subject: Update app icon and add a monochrome layer (#2045) * app: check-in updated app icon * app: add a monochrome icon --- app/src/debug/ic_launcher-playstore.png | Bin 0 -> 20129 bytes .../res/drawable-v24/ic_launcher_foreground.xml | 63 +++++++++++++++++++++ .../debug/res/drawable/ic_launcher_background.xml | 14 +++++ .../debug/res/mipmap-anydpi-v26/ic_launcher.xml | 10 ++++ .../res/mipmap-anydpi-v26/ic_launcher_round.xml | 9 +++ app/src/debug/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 4212 bytes app/src/debug/res/mipmap-hdpi/ic_launcher.webp | Bin 4870 -> 0 bytes .../res/mipmap-hdpi/ic_launcher_foreground.webp | Bin 5828 -> 0 bytes .../debug/res/mipmap-hdpi/ic_launcher_round.png | Bin 0 -> 4212 bytes app/src/debug/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 2635 bytes app/src/debug/res/mipmap-mdpi/ic_launcher.webp | Bin 3096 -> 0 bytes .../res/mipmap-mdpi/ic_launcher_foreground.webp | Bin 3120 -> 0 bytes .../debug/res/mipmap-mdpi/ic_launcher_round.png | Bin 0 -> 2635 bytes app/src/debug/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 5946 bytes app/src/debug/res/mipmap-xhdpi/ic_launcher.webp | Bin 7118 -> 0 bytes .../res/mipmap-xhdpi/ic_launcher_foreground.webp | Bin 9384 -> 0 bytes .../debug/res/mipmap-xhdpi/ic_launcher_round.png | Bin 0 -> 5946 bytes app/src/debug/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 9368 bytes app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp | Bin 11658 -> 0 bytes .../res/mipmap-xxhdpi/ic_launcher_foreground.webp | Bin 18722 -> 0 bytes .../debug/res/mipmap-xxhdpi/ic_launcher_round.png | Bin 0 -> 9368 bytes app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 13251 bytes app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp | Bin 16960 -> 0 bytes .../res/mipmap-xxxhdpi/ic_launcher_foreground.webp | Bin 32082 -> 0 bytes .../debug/res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 0 -> 13251 bytes 25 files changed, 96 insertions(+) create mode 100644 app/src/debug/ic_launcher-playstore.png create mode 100644 app/src/debug/res/drawable-v24/ic_launcher_foreground.xml create mode 100644 app/src/debug/res/drawable/ic_launcher_background.xml create mode 100644 app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml create mode 100644 app/src/debug/res/mipmap-hdpi/ic_launcher.png delete mode 100644 app/src/debug/res/mipmap-hdpi/ic_launcher.webp delete mode 100644 app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp create mode 100644 app/src/debug/res/mipmap-hdpi/ic_launcher_round.png create mode 100644 app/src/debug/res/mipmap-mdpi/ic_launcher.png delete mode 100644 app/src/debug/res/mipmap-mdpi/ic_launcher.webp delete mode 100644 app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp create mode 100644 app/src/debug/res/mipmap-mdpi/ic_launcher_round.png create mode 100644 app/src/debug/res/mipmap-xhdpi/ic_launcher.png delete mode 100644 app/src/debug/res/mipmap-xhdpi/ic_launcher.webp delete mode 100644 app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp create mode 100644 app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png create mode 100644 app/src/debug/res/mipmap-xxhdpi/ic_launcher.png delete mode 100644 app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp delete mode 100644 app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp create mode 100644 app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png create mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png delete mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp delete mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp create mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png (limited to 'app/src/debug') diff --git a/app/src/debug/ic_launcher-playstore.png b/app/src/debug/ic_launcher-playstore.png new file mode 100644 index 00000000..d93ce3cf Binary files /dev/null and b/app/src/debug/ic_launcher-playstore.png differ diff --git a/app/src/debug/res/drawable-v24/ic_launcher_foreground.xml b/app/src/debug/res/drawable-v24/ic_launcher_foreground.xml new file mode 100644 index 00000000..c14f1e6f --- /dev/null +++ b/app/src/debug/res/drawable-v24/ic_launcher_foreground.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/debug/res/drawable/ic_launcher_background.xml b/app/src/debug/res/drawable/ic_launcher_background.xml new file mode 100644 index 00000000..f7c2be3e --- /dev/null +++ b/app/src/debug/res/drawable/ic_launcher_background.xml @@ -0,0 +1,14 @@ + + + + + diff --git a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 00000000..6067a8c7 --- /dev/null +++ b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,10 @@ + + + + + + + diff --git a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 00000000..28204caa --- /dev/null +++ b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,9 @@ + + + + + + diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher.png b/app/src/debug/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 00000000..a3b28da5 Binary files /dev/null and b/app/src/debug/res/mipmap-hdpi/ic_launcher.png differ diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher.webp b/app/src/debug/res/mipmap-hdpi/ic_launcher.webp deleted file mode 100644 index 5b266c22..00000000 Binary files a/app/src/debug/res/mipmap-hdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp deleted file mode 100644 index 5b327a0e..00000000 Binary files a/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 00000000..a3b28da5 Binary files /dev/null and b/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher.png b/app/src/debug/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 00000000..0be8ba3c Binary files /dev/null and b/app/src/debug/res/mipmap-mdpi/ic_launcher.png differ diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher.webp b/app/src/debug/res/mipmap-mdpi/ic_launcher.webp deleted file mode 100644 index f3a1ffd5..00000000 Binary files a/app/src/debug/res/mipmap-mdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp deleted file mode 100644 index e51822c1..00000000 Binary files a/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 00000000..0be8ba3c Binary files /dev/null and b/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 00000000..02a4af49 Binary files /dev/null and b/app/src/debug/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp b/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp deleted file mode 100644 index 034d724a..00000000 Binary files a/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp deleted file mode 100644 index 18fa08da..00000000 Binary files a/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 00000000..02a4af49 Binary files /dev/null and b/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 00000000..9d32c97c Binary files /dev/null and b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp deleted file mode 100644 index 291580ea..00000000 Binary files a/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp deleted file mode 100644 index 17b8647f..00000000 Binary files a/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 00000000..9d32c97c Binary files /dev/null and b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 00000000..d7d4ef18 Binary files /dev/null and b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp deleted file mode 100644 index 024a6712..00000000 Binary files a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp deleted file mode 100644 index 55ea3223..00000000 Binary files a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp and /dev/null differ diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 00000000..d7d4ef18 Binary files /dev/null and b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png differ -- cgit v1.2.3