Archived
Fixed a bug that caused the status bar to be coloured wrong
This commit is contained in:
@@ -30,6 +30,8 @@
|
|||||||
|
|
||||||
<item name="colorErrorText">@color/md_theme_dark_error</item>
|
<item name="colorErrorText">@color/md_theme_dark_error</item>
|
||||||
|
|
||||||
|
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||||
|
|
||||||
<item name="android:textColor">@color/md_theme_dark_onSurfaceVariant</item>
|
<item name="android:textColor">@color/md_theme_dark_onSurfaceVariant</item>
|
||||||
<item name="android:textColorHighlight">@color/md_theme_dark_primaryContainer</item>
|
<item name="android:textColorHighlight">@color/md_theme_dark_primaryContainer</item>
|
||||||
<item name="colorText">@color/md_theme_dark_onSurfaceVariant</item>
|
<item name="colorText">@color/md_theme_dark_onSurfaceVariant</item>
|
||||||
|
|||||||
@@ -36,6 +36,9 @@
|
|||||||
|
|
||||||
<item name="colorErrorText">@color/md_theme_light_error</item>
|
<item name="colorErrorText">@color/md_theme_light_error</item>
|
||||||
|
|
||||||
|
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||||
|
<item name="android:windowLightStatusBar">true</item>
|
||||||
|
|
||||||
<!-- is this correct? -->
|
<!-- is this correct? -->
|
||||||
<item name="scheduleColorDefault">@color/md_theme_dark_background</item>
|
<item name="scheduleColorDefault">@color/md_theme_dark_background</item>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user