From 6beb5e82360a0d8c11ad1e2ca52fd81e7d657dda Mon Sep 17 00:00:00 2001 From: jarnedemeulemeester Date: Sun, 10 Oct 2021 22:00:58 +0200 Subject: [PATCH] Move navigationBar color to v27 and v31 --- app/src/main/res/values-night-v31/themes.xml | 4 ++++ app/src/main/res/values-v27/themes.xml | 9 +++++++++ app/src/main/res/values-v31/themes.xml | 4 ++++ app/src/main/res/values/themes.xml | 3 --- 4 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 app/src/main/res/values-v27/themes.xml diff --git a/app/src/main/res/values-night-v31/themes.xml b/app/src/main/res/values-night-v31/themes.xml index 00a77255..4a152feb 100644 --- a/app/src/main/res/values-night-v31/themes.xml +++ b/app/src/main/res/values-night-v31/themes.xml @@ -19,6 +19,10 @@ @color/white @color/white + + ?attr/colorSurface + ?attr/isLightTheme + false \ No newline at end of file diff --git a/app/src/main/res/values-v27/themes.xml b/app/src/main/res/values-v27/themes.xml new file mode 100644 index 00000000..bb741d7e --- /dev/null +++ b/app/src/main/res/values-v27/themes.xml @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/values-v31/themes.xml b/app/src/main/res/values-v31/themes.xml index bcb44740..5c909153 100644 --- a/app/src/main/res/values-v31/themes.xml +++ b/app/src/main/res/values-v31/themes.xml @@ -6,5 +6,9 @@ @android:color/system_accent1_800 @android:color/system_accent2_500 @android:color/system_accent2_800 + + + ?attr/colorSurface + ?attr/isLightTheme \ No newline at end of file diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 5b6bf1c5..597bb742 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -25,9 +25,6 @@ ?attr/colorSurface ?attr/isLightTheme - - ?attr/colorSurface - @style/ShapeAppearance.Findroid.SmallComponent @style/ShapeAppearance.Findroid.MediumComponent