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