Add status bar color for true dark theme

This commit is contained in:
Michael Schättgen 2019-03-28 00:54:50 +01:00
parent cf4aecbd3e
commit 17204cc026

View file

@ -69,10 +69,10 @@
<style name="AppTheme.TrueBlack" parent="AppTheme.Dark">
<item name="colorPrimary">@color/background_true_dark</item>
<item name="cardBackground">@color/background_true_dark</item>
<item name="background">@color/background_true_dark</item>
<item name="bottomSheetDialogTheme">@style/Theme.Design.BottomSheetDialog</item>
<item name="colorPrimaryDark">@color/background_true_dark</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>
</style>