From 98ffd9899d5d5581c94e88767a8e491f55952465 Mon Sep 17 00:00:00 2001 From: Sungyong An Date: Tue, 18 Mar 2025 02:35:32 +0900 Subject: [PATCH 1/2] Add monochromatic icon --- .../res/mipmap-anydpi-v26/ic_launcher.xml | 5 +- .../drawable/ic_launcher_foreground_debug.xml | 75 ------------------- .../res/drawable/ic_launcher_monochrome.xml | 33 ++++++++ .../res/mipmap-anydpi-v26/ic_launcher.xml | 1 + 4 files changed, 37 insertions(+), 77 deletions(-) delete mode 100644 app/src/main/res/drawable/ic_launcher_foreground_debug.xml create mode 100644 app/src/main/res/drawable/ic_launcher_monochrome.xml diff --git a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml index 5ed0a2df7..c78bee3b5 100644 --- a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,5 +1,6 @@ - - + + + diff --git a/app/src/main/res/drawable/ic_launcher_foreground_debug.xml b/app/src/main/res/drawable/ic_launcher_foreground_debug.xml deleted file mode 100644 index f069f6402..000000000 --- a/app/src/main/res/drawable/ic_launcher_foreground_debug.xml +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/drawable/ic_launcher_monochrome.xml b/app/src/main/res/drawable/ic_launcher_monochrome.xml new file mode 100644 index 000000000..eac89e4ec --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_monochrome.xml @@ -0,0 +1,33 @@ + + + + + + + diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 5ed0a2df7..67048fd38 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -2,4 +2,5 @@ + From 36abeb8eaf746855983e1fa86b0c9b94ec4c8e4b Mon Sep 17 00:00:00 2001 From: Sungyong An Date: Tue, 18 Mar 2025 02:54:37 +0900 Subject: [PATCH 2/2] Add monochromatic icon for debug --- .../res/drawable/ic_launcher_monochrome.xml | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 app/src/debug/res/drawable/ic_launcher_monochrome.xml diff --git a/app/src/debug/res/drawable/ic_launcher_monochrome.xml b/app/src/debug/res/drawable/ic_launcher_monochrome.xml new file mode 100644 index 000000000..4e201b88b --- /dev/null +++ b/app/src/debug/res/drawable/ic_launcher_monochrome.xml @@ -0,0 +1,33 @@ + + + + + + +