You've already forked element-android
mirror of
https://github.com/vector-im/element-android.git
synced 2025-07-29 19:41:14 +03:00
Fix color issue on HomeActivity and RoomDetailActivity (others do not have the problem, not sure why :/)
This commit is contained in:
committed by
Benoit Marty
parent
66ec110497
commit
82317bf2bc
@ -64,6 +64,9 @@
|
||||
|
||||
<!-- Material color -->
|
||||
<item name="colorPrimary">@color/element_accent_light</item>
|
||||
<!-- Fix background color of status bar in home and room detail activity -->
|
||||
<!--item name="colorPrimaryDark">@color/element_background_light</item-->
|
||||
<item name="colorPrimaryDark">?vctr_toolbar_background</item>
|
||||
<item name="colorPrimaryVariant">@color/element_accent_light</item>
|
||||
<item name="colorOnPrimary">@android:color/white</item>
|
||||
<item name="colorSecondary">@color/element_accent_light</item>
|
||||
|
Reference in New Issue
Block a user