1
0
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:
Benoit Marty
2025-07-15 16:30:48 +02:00
committed by Benoit Marty
parent 66ec110497
commit 82317bf2bc

View File

@ -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>