2019-04-03 12:24:32 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
2019-06-05 13:58:00 +00:00
|
|
|
<style name="AppTheme.Black.v21" parent="AppTheme.Base.Black">
|
|
|
|
<item name="android:statusBarColor">@color/riotx_header_panel_background_black</item>
|
|
|
|
<item name="android:navigationBarColor">@color/riotx_header_panel_background_black</item>
|
2019-04-03 12:24:32 +00:00
|
|
|
|
|
|
|
<!-- enable window content transitions -->
|
|
|
|
<item name="android:windowContentTransitions">true</item>
|
|
|
|
</style>
|
|
|
|
|
2019-06-05 13:58:00 +00:00
|
|
|
<style name="AppTheme.Black" parent="AppTheme.Black.v21" />
|
|
|
|
|
2019-04-03 12:24:32 +00:00
|
|
|
</resources>
|