mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
Update status and system bar background colors - Approved by Gaëlle
This commit is contained in:
parent
3dc0b07edf
commit
992f41d631
1 changed files with 4 additions and 4 deletions
|
@ -37,10 +37,10 @@
|
||||||
<color name="vctr_home_drawer_header_background_black">#FF000000</color>
|
<color name="vctr_home_drawer_header_background_black">#FF000000</color>
|
||||||
|
|
||||||
<!-- For Android status bar and navigation bar -->
|
<!-- For Android status bar and navigation bar -->
|
||||||
<color name="android_status_bar_background_light">#FFF3F8FD</color>
|
<color name="android_status_bar_background_light">@color/element_system_light</color>
|
||||||
<color name="android_navigation_bar_background_light">#FFF3F8FD</color>
|
<color name="android_navigation_bar_background_light">@color/element_system_light</color>
|
||||||
<color name="android_status_bar_background_dark">#FF22262E</color>
|
<color name="android_status_bar_background_dark">@color/element_background_dark</color>
|
||||||
<color name="android_navigation_bar_background_dark">#FF22262E</color>
|
<color name="android_navigation_bar_background_dark">@color/element_system_dark</color>
|
||||||
|
|
||||||
<!-- Used for header background -->
|
<!-- Used for header background -->
|
||||||
<attr name="vctr_header_background" format="color" />
|
<attr name="vctr_header_background" format="color" />
|
||||||
|
|
Loading…
Reference in a new issue