mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Update status and system bar background colors - Approved by Gaëlle
This commit is contained in:
parent
3dc0b07edf
commit
992f41d631
@ -37,10 +37,10 @@
|
||||
<color name="vctr_home_drawer_header_background_black">#FF000000</color>
|
||||
|
||||
<!-- For Android status bar and navigation bar -->
|
||||
<color name="android_status_bar_background_light">#FFF3F8FD</color>
|
||||
<color name="android_navigation_bar_background_light">#FFF3F8FD</color>
|
||||
<color name="android_status_bar_background_dark">#FF22262E</color>
|
||||
<color name="android_navigation_bar_background_dark">#FF22262E</color>
|
||||
<color name="android_status_bar_background_light">@color/element_system_light</color>
|
||||
<color name="android_navigation_bar_background_light">@color/element_system_light</color>
|
||||
<color name="android_status_bar_background_dark">@color/element_background_dark</color>
|
||||
<color name="android_navigation_bar_background_dark">@color/element_system_dark</color>
|
||||
|
||||
<!-- Used for header background -->
|
||||
<attr name="vctr_header_background" format="color" />
|
||||
|
Loading…
Reference in New Issue
Block a user