Temporary fix for dark theme

This commit is contained in:
2019-09-24 20:20:35 +02:00
committed by Matte23
parent 6b616924d1
commit 265b84dcbc
2 changed files with 8 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight.DarkActionBar.Bridge">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>