We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 363c068 commit 83cf66cCopy full SHA for 83cf66c
library/ui-styles/src/main/res/values/theme_light.xml
@@ -64,6 +64,9 @@
64
65
<!-- Material color -->
66
<item name="colorPrimary">@color/element_accent_light</item>
67
+ <!-- Fix background color of status bar in home and room detail activity -->
68
+ <!--item name="colorPrimaryDark">@color/element_background_light</item-->
69
+ <item name="colorPrimaryDark">?vctr_toolbar_background</item>
70
<item name="colorPrimaryVariant">@color/element_accent_light</item>
71
<item name="colorOnPrimary">@android:color/white</item>
72
<item name="colorSecondary">@color/element_accent_light</item>
0 commit comments