From 7f9b07489b0f1b48e56cb12415fe874fda586c82 Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Mon, 31 Jul 2023 22:45:24 +0200 Subject: [PATCH] Fixed a bug that caused the status bar to be coloured wrong --- .idea/codeStyles/Project.xml | 123 +++++++++++++++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 + .idea/deploymentTargetDropDown.xml | 17 ++++ app/src/main/res/values-night/themes.xml | 2 + app/src/main/res/values/themes.xml | 3 + 5 files changed, 150 insertions(+) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 .idea/deploymentTargetDropDown.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..7643783 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,123 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..79ee123 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml new file mode 100644 index 0000000..88b09f6 --- /dev/null +++ b/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml index 7ce8f7d..b10729d 100644 --- a/app/src/main/res/values-night/themes.xml +++ b/app/src/main/res/values-night/themes.xml @@ -30,6 +30,8 @@ @color/md_theme_dark_error + @android:color/transparent + @color/md_theme_dark_onSurfaceVariant @color/md_theme_dark_primaryContainer @color/md_theme_dark_onSurfaceVariant diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 3e50d67..b3c6be4 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -36,6 +36,9 @@ @color/md_theme_light_error + @android:color/transparent + true + @color/md_theme_dark_background