From cc2f87396fdea2d59854600092ef9e3cc43c2353 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sun, 23 Nov 2025 19:21:19 +0100 Subject: [PATCH] Changed Launcher Background to app bg --- android/app/src/main/res/values/colors.xml | 3 ++- android/app/src/main/res/values/ic_launcher_background.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/res/values/colors.xml b/android/app/src/main/res/values/colors.xml index 6c78ac3..8f65602 100644 --- a/android/app/src/main/res/values/colors.xml +++ b/android/app/src/main/res/values/colors.xml @@ -1,4 +1,5 @@ - #E6F1E4 + #E6F1E4 + #0B0B0B \ No newline at end of file diff --git a/android/app/src/main/res/values/ic_launcher_background.xml b/android/app/src/main/res/values/ic_launcher_background.xml index 6d0d417..2971c37 100644 --- a/android/app/src/main/res/values/ic_launcher_background.xml +++ b/android/app/src/main/res/values/ic_launcher_background.xml @@ -1,5 +1,5 @@ - @color/launch_background + @color/app_icon_background \ No newline at end of file