mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
Add missing files for Status theme
This commit is contained in:
parent
8f2c005d82
commit
aec7e72dcf
3 changed files with 26 additions and 1 deletions
|
@ -1,9 +1,14 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<style name="AppTheme.Status" parent="AppTheme.Base.Status">
|
<style name="AppTheme.Status.v21" parent="AppTheme.Base.Status">
|
||||||
|
<item name="android:statusBarColor">@color/riotx_header_panel_background_light</item>
|
||||||
|
<item name="android:navigationBarColor">@color/riotx_header_panel_background_light</item>
|
||||||
|
|
||||||
<!-- enable window content transitions -->
|
<!-- enable window content transitions -->
|
||||||
<item name="android:windowContentTransitions">true</item>
|
<item name="android:windowContentTransitions">true</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<style name="AppTheme.Status" parent="AppTheme.Status.v21" />
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
10
vector/src/main/res/values-v23/theme_status.xml
Normal file
10
vector/src/main/res/values-v23/theme_status.xml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
|
||||||
|
<style name="AppTheme.Status.v23" parent="AppTheme.Status.v21">
|
||||||
|
<item name="android:windowLightStatusBar">false</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="AppTheme.Status" parent="AppTheme.Status.v23"/>
|
||||||
|
|
||||||
|
</resources>
|
10
vector/src/main/res/values-v27/theme_status.xml
Normal file
10
vector/src/main/res/values-v27/theme_status.xml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
|
||||||
|
<style name="AppTheme.Status.v27" parent="AppTheme.Status.v23">
|
||||||
|
<item name="android:windowLightNavigationBar">true</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<style name="AppTheme.Status" parent="AppTheme.Status.v27" />
|
||||||
|
|
||||||
|
</resources>
|
Loading…
Reference in a new issue