From 2a071bc5de2084b7ac2e186531ad68e16c734ec8 Mon Sep 17 00:00:00 2001 From: Mattis Date: Wed, 29 Mar 2023 12:55:11 +0200 Subject: [PATCH] New Debug Icon --- .../drawable/ic_launcher_foreground_debug.xml | 31 +++++++------------ ...c_launcher_foreground_monochrome_debug.xml | 15 +++++++++ .../res/mipmap-anydpi-v26/ic_launcher.xml | 1 + .../mipmap-anydpi-v26/ic_launcher_round.xml | 1 + 4 files changed, 28 insertions(+), 20 deletions(-) create mode 100644 mastodon/src/github/res/drawable/ic_launcher_foreground_monochrome_debug.xml diff --git a/mastodon/src/github/res/drawable/ic_launcher_foreground_debug.xml b/mastodon/src/github/res/drawable/ic_launcher_foreground_debug.xml index 68fc65635..d939ad5c7 100644 --- a/mastodon/src/github/res/drawable/ic_launcher_foreground_debug.xml +++ b/mastodon/src/github/res/drawable/ic_launcher_foreground_debug.xml @@ -1,24 +1,15 @@ - - - - - + android:viewportWidth="108" + android:viewportHeight="108"> + + + diff --git a/mastodon/src/github/res/drawable/ic_launcher_foreground_monochrome_debug.xml b/mastodon/src/github/res/drawable/ic_launcher_foreground_monochrome_debug.xml new file mode 100644 index 000000000..d939ad5c7 --- /dev/null +++ b/mastodon/src/github/res/drawable/ic_launcher_foreground_monochrome_debug.xml @@ -0,0 +1,15 @@ + + + + + diff --git a/mastodon/src/github/res/mipmap-anydpi-v26/ic_launcher.xml b/mastodon/src/github/res/mipmap-anydpi-v26/ic_launcher.xml index 77098c66b..16a3a2677 100644 --- a/mastodon/src/github/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/mastodon/src/github/res/mipmap-anydpi-v26/ic_launcher.xml @@ -2,4 +2,5 @@ + \ No newline at end of file diff --git a/mastodon/src/github/res/mipmap-anydpi-v26/ic_launcher_round.xml b/mastodon/src/github/res/mipmap-anydpi-v26/ic_launcher_round.xml index 77098c66b..16a3a2677 100644 --- a/mastodon/src/github/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/mastodon/src/github/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -2,4 +2,5 @@ + \ No newline at end of file