From d8c1bce5ebd9f873a5d17e2b767f43e5e4fc89b4 Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 13 Nov 2022 09:57:58 +0100 Subject: [PATCH] Gradient color for launcher background --- .../debug/res/drawable-v31/ic_background_launcher.xml | 8 ++++++++ app/src/debug/res/mipmap-anydpi-v31/ic_launcher.xml | 2 +- .../debug/res/mipmap-anydpi-v31/ic_launcher_round.xml | 2 +- app/src/debug/res/mipmap-anydpi-v33/ic_launcher.xml | 2 +- .../debug/res/mipmap-anydpi-v33/ic_launcher_round.xml | 2 +- app/src/main/res/drawable/ic_background_launcher.xml | 10 ++++++++++ app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 2 +- .../main/res/mipmap-anydpi-v26/ic_launcher_round.xml | 2 +- app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml | 2 +- .../main/res/mipmap-anydpi-v33/ic_launcher_round.xml | 2 +- 10 files changed, 26 insertions(+), 8 deletions(-) create mode 100644 app/src/debug/res/drawable-v31/ic_background_launcher.xml create mode 100644 app/src/main/res/drawable/ic_background_launcher.xml diff --git a/app/src/debug/res/drawable-v31/ic_background_launcher.xml b/app/src/debug/res/drawable-v31/ic_background_launcher.xml new file mode 100644 index 0000000000..963e6996a8 --- /dev/null +++ b/app/src/debug/res/drawable-v31/ic_background_launcher.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file diff --git a/app/src/debug/res/mipmap-anydpi-v31/ic_launcher.xml b/app/src/debug/res/mipmap-anydpi-v31/ic_launcher.xml index 1c4b8a7ed3..cc9c39a1e6 100644 --- a/app/src/debug/res/mipmap-anydpi-v31/ic_launcher.xml +++ b/app/src/debug/res/mipmap-anydpi-v31/ic_launcher.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/debug/res/mipmap-anydpi-v31/ic_launcher_round.xml b/app/src/debug/res/mipmap-anydpi-v31/ic_launcher_round.xml index 1c4b8a7ed3..cc9c39a1e6 100644 --- a/app/src/debug/res/mipmap-anydpi-v31/ic_launcher_round.xml +++ b/app/src/debug/res/mipmap-anydpi-v31/ic_launcher_round.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/app/src/debug/res/mipmap-anydpi-v33/ic_launcher.xml b/app/src/debug/res/mipmap-anydpi-v33/ic_launcher.xml index 06ec716549..9fca0a8020 100644 --- a/app/src/debug/res/mipmap-anydpi-v33/ic_launcher.xml +++ b/app/src/debug/res/mipmap-anydpi-v33/ic_launcher.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/app/src/debug/res/mipmap-anydpi-v33/ic_launcher_round.xml b/app/src/debug/res/mipmap-anydpi-v33/ic_launcher_round.xml index 06ec716549..9fca0a8020 100644 --- a/app/src/debug/res/mipmap-anydpi-v33/ic_launcher_round.xml +++ b/app/src/debug/res/mipmap-anydpi-v33/ic_launcher_round.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_background_launcher.xml b/app/src/main/res/drawable/ic_background_launcher.xml new file mode 100644 index 0000000000..96f46ec0d5 --- /dev/null +++ b/app/src/main/res/drawable/ic_background_launcher.xml @@ -0,0 +1,10 @@ + + + + + + \ 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 accc9e59a7..cc9c39a1e6 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,5 @@ - + \ 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 accc9e59a7..cc9c39a1e6 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,5 @@ - + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml index a072ef5c44..9fca0a8020 100644 --- a/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v33/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v33/ic_launcher_round.xml index a072ef5c44..9fca0a8020 100644 --- a/app/src/main/res/mipmap-anydpi-v33/ic_launcher_round.xml +++ b/app/src/main/res/mipmap-anydpi-v33/ic_launcher_round.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file