From d8fce1ccbf51e65268cdf4666f4e9b72de4e5058 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Wed, 20 Nov 2019 17:58:26 +0100 Subject: [PATCH] Added different icon to debug version --- .../drawable/ic_launcher_background_debug.xml | 179 ++++++++++++++++++ .../res/mipmap-anydpi-v26/ic_launcher.xml | 5 + .../mipmap-anydpi-v26/ic_launcher_round.xml | 5 + 3 files changed, 189 insertions(+) create mode 100644 core/src/debug/res/drawable/ic_launcher_background_debug.xml create mode 100644 core/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 core/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml diff --git a/core/src/debug/res/drawable/ic_launcher_background_debug.xml b/core/src/debug/res/drawable/ic_launcher_background_debug.xml new file mode 100644 index 000000000..3bc445a92 --- /dev/null +++ b/core/src/debug/res/drawable/ic_launcher_background_debug.xml @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/core/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml b/core/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..74ad49784 --- /dev/null +++ b/core/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/core/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml b/core/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..74ad49784 --- /dev/null +++ b/core/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file