From 023cef76adc930050c8f52174727b5bf1faeb857 Mon Sep 17 00:00:00 2001 From: Docile-Alligator Date: Sat, 5 Mar 2022 11:02:16 +0800 Subject: [PATCH] Themed icon for Android. Very ugly right now. --- .../ic_launcher_background.xml | 10 --- .../ic_launcher_foreground.xml | 64 ------------------- .../drawable-v31/ic_launcher_background.xml | 10 --- .../drawable-v31/ic_launcher_foreground.xml | 64 ------------------- .../ic_launcher_foreground_monochrome.xml | 24 +++++++ .../res/mipmap-anydpi-v26/ic_launcher.xml | 5 +- .../mipmap-anydpi-v26/ic_launcher_round.xml | 5 +- app/src/main/res/values/strings.xml | 2 - app/src/main/res/xml/theme_preferences.xml | 6 -- 9 files changed, 30 insertions(+), 160 deletions(-) delete mode 100644 app/src/main/res/drawable-night-v31/ic_launcher_background.xml delete mode 100644 app/src/main/res/drawable-night-v31/ic_launcher_foreground.xml delete mode 100644 app/src/main/res/drawable-v31/ic_launcher_background.xml delete mode 100644 app/src/main/res/drawable-v31/ic_launcher_foreground.xml create mode 100644 app/src/main/res/drawable/ic_launcher_foreground_monochrome.xml diff --git a/app/src/main/res/drawable-night-v31/ic_launcher_background.xml b/app/src/main/res/drawable-night-v31/ic_launcher_background.xml deleted file mode 100644 index cf19ae34..00000000 --- a/app/src/main/res/drawable-night-v31/ic_launcher_background.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - diff --git a/app/src/main/res/drawable-night-v31/ic_launcher_foreground.xml b/app/src/main/res/drawable-night-v31/ic_launcher_foreground.xml deleted file mode 100644 index 037bc939..00000000 --- a/app/src/main/res/drawable-night-v31/ic_launcher_foreground.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/drawable-v31/ic_launcher_background.xml b/app/src/main/res/drawable-v31/ic_launcher_background.xml deleted file mode 100644 index e4b20200..00000000 --- a/app/src/main/res/drawable-v31/ic_launcher_background.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - diff --git a/app/src/main/res/drawable-v31/ic_launcher_foreground.xml b/app/src/main/res/drawable-v31/ic_launcher_foreground.xml deleted file mode 100644 index 623c6a5e..00000000 --- a/app/src/main/res/drawable-v31/ic_launcher_foreground.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/drawable/ic_launcher_foreground_monochrome.xml b/app/src/main/res/drawable/ic_launcher_foreground_monochrome.xml new file mode 100644 index 00000000..ea998cae --- /dev/null +++ b/app/src/main/res/drawable/ic_launcher_foreground_monochrome.xml @@ -0,0 +1,24 @@ + + + + + + + + + \ No newline at end of file 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 bbd3e021..012b9716 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,5 +1,6 @@ - - + + + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index bbd3e021..012b9716 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,5 +1,6 @@ - - + + + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index abfe25e0..e0a00dca 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -489,8 +489,6 @@ Personalize Infinity based on Your Wallpaper Apply Material You In case Infinity did not change the theme - Enable Themed Icon - If you have Material You enabled,\n this adapts the app icon to those colours. Custom themes cannot be applied to settings page (except toolbar, status bar and navigation bar). Advanced Delete All Subreddits in Database diff --git a/app/src/main/res/xml/theme_preferences.xml b/app/src/main/res/xml/theme_preferences.xml index ca7dc0ac..6c8b9504 100644 --- a/app/src/main/res/xml/theme_preferences.xml +++ b/app/src/main/res/xml/theme_preferences.xml @@ -65,10 +65,4 @@ app:title="@string/settings_apply_material_you_title" app:summary="@string/settings_apply_material_you_summary" /> - - \ No newline at end of file