diff options
Diffstat (limited to 'app/src/main/res/values-land-v28/styles.xml')
-rw-r--r-- | app/src/main/res/values-land-v28/styles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values-land-v28/styles.xml b/app/src/main/res/values-land-v28/styles.xml index 752c9c87..04622bf5 100644 --- a/app/src/main/res/values-land-v28/styles.xml +++ b/app/src/main/res/values-land-v28/styles.xml @@ -1,7 +1,6 @@ -<?xml version="1.0" encoding="utf-8"?> <resources> - <style name="AppTheme" parent="Theme.MaterialComponents.Light"> + <style name="AppTheme" parent="Theme.MaterialComponents.DayNight"> <!-- Customize your theme here. --> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> @@ -10,4 +9,5 @@ <item name="android:navigationBarColor">@android:color/black</item> <item name="android:textColorPrimary">@android:color/white</item> </style> + </resources>
\ No newline at end of file |