diff --git a/res/values-night/colors.xml b/res/values-night/colors.xml index 4041d0df609..f7612173840 100644 --- a/res/values-night/colors.xml +++ b/res/values-night/colors.xml @@ -22,6 +22,8 @@ @*android:color/material_grey_900 @*android:color/material_grey_900 @*android:color/material_grey_800 + + @*android:color/material_grey_800 @*android:color/material_grey_800 #AECBFA #5F6368 diff --git a/res/values-night/themes.xml b/res/values-night/themes.xml index 2227b889bb3..f47513e7b6f 100644 --- a/res/values-night/themes.xml +++ b/res/values-night/themes.xml @@ -33,6 +33,7 @@ diff --git a/res/values/colors.xml b/res/values/colors.xml index e1c9228f1cb..4a4c896a770 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -144,4 +144,7 @@ @android:color/white + + @*android:color/background_device_default_light + \ No newline at end of file diff --git a/res/values/themes.xml b/res/values/themes.xml index d9d1e744015..83169715f39 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -121,6 +121,7 @@