aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-v28/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values-v28/styles.xml')
-rw-r--r--app/src/main/res/values-v28/styles.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/values-v28/styles.xml b/app/src/main/res/values-v28/styles.xml
index 7b88cdf3..07037335 100644
--- a/app/src/main/res/values-v28/styles.xml
+++ b/app/src/main/res/values-v28/styles.xml
@@ -1,12 +1,14 @@
<resources>
<!-- Base application theme. -->
- <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
+ <style name="AppTheme" parent="Theme.MaterialComponents.Light">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
+ <item name="android:navigationBarColor">@android:color/black</item>
+ <item name="android:textColorPrimary">@android:color/white</item>
</style>
</resources>