diff --git a/app/src/debug/res/drawable-v26/ic_launcher_foreground.xml b/app/src/debug/res/drawable-v26/ic_launcher_foreground.xml index ca9f5b557..844e479ef 100644 --- a/app/src/debug/res/drawable-v26/ic_launcher_foreground.xml +++ b/app/src/debug/res/drawable-v26/ic_launcher_foreground.xml @@ -1,215 +1,83 @@ + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + android:width="108dp" + android:height="108dp" + android:viewportWidth="208" + android:viewportHeight="208"> + + + + + + + + + + + + + + + + + + diff --git a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml deleted file mode 100644 index 5ed0a2df7..000000000 --- a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - 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 deleted file mode 100644 index 7353dbd1f..000000000 --- a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/src/nightly/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/debug/res/values/colors.xml similarity index 51% rename from app/src/nightly/res/mipmap-anydpi-v26/ic_launcher.xml rename to app/src/debug/res/values/colors.xml index 79a615de7..608bd8ced 100644 --- a/app/src/nightly/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/debug/res/values/colors.xml @@ -2,7 +2,6 @@ - - - - + + @color/debug_launcher_background + diff --git a/app/src/debug/res/values/ic_launcher_background.xml b/app/src/debug/res/values/ic_launcher_background.xml deleted file mode 100644 index 4b4f4b3ff..000000000 --- a/app/src/debug/res/values/ic_launcher_background.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - #312A65 - \ 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 21ad9f19b..be0fd11ac 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -3,6 +3,6 @@ - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - + 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 21ad9f19b..be0fd11ac 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 @@ -3,6 +3,6 @@ - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - + diff --git a/app/src/main/res/mipmap-xxhdpi/ic_status_logo.png b/app/src/main/res/mipmap-xxhdpi/ic_status_logo.png deleted file mode 100644 index ef174c4cf..000000000 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_status_logo.png and /dev/null differ diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 16020d996..4b91d9019 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -203,7 +203,9 @@ #FDFDFD - #220033 + #220033 + #312A65 + @color/default_launcher_background #E0E0E6 diff --git a/app/src/nightly/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/nightly/res/values/colors.xml similarity index 51% rename from app/src/nightly/res/mipmap-anydpi-v26/ic_launcher_round.xml rename to app/src/nightly/res/values/colors.xml index 79a615de7..55f8481dc 100644 --- a/app/src/nightly/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/app/src/nightly/res/values/colors.xml @@ -2,7 +2,6 @@ - - - - + + @color/nightly_launcher_background +