mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-13 07:44:11 +01:00
Fix status bar color
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
593a5a8808
commit
f5a1a3c6ff
@ -23,6 +23,7 @@
|
||||
|
||||
<resources>
|
||||
<bool name="is_night">true</bool>
|
||||
<bool name="status_bar_light">false</bool>
|
||||
|
||||
<color name="conversation_item_header">#9FBDCC</color>
|
||||
<!--<color name="conversation_item_header">#CFCFCF</color>-->
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar.Bridge">
|
||||
<item name="android:windowLightStatusBar">true</item>
|
||||
<item name="android:windowLightStatusBar">@bool/status_bar_light</item>
|
||||
<item name="android:statusBarColor">@color/transparent</item>
|
||||
</style>
|
||||
</resources>
|
@ -21,6 +21,8 @@
|
||||
|
||||
<resources>
|
||||
<bool name="is_night">false</bool>
|
||||
<bool name="status_bar_light">true</bool>
|
||||
|
||||
<color name="colorPrimary">#0082C9</color>
|
||||
<color name="colorPrimaryDark">#006AA3</color>
|
||||
<color name="colorAccent">#007CC2</color>
|
||||
|
Loading…
Reference in New Issue
Block a user