2020-02-06 20:42:18 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
2020-07-15 16:08:46 +03:00
|
|
|
<style name="AppTheme.Launcher.v21" parent="AppTheme.Launcher.Base">
|
|
|
|
<item name="android:statusBarColor">@color/riotx_accent</item>
|
|
|
|
<item name="android:navigationBarColor">@color/riotx_accent</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="AppTheme.Launcher" parent="AppTheme.Launcher.v21"/>
|
|
|
|
|
2020-02-06 20:42:18 +03:00
|
|
|
<style name="AppTheme.AttachmentsPreview" parent="AppTheme.Base.Black">
|
|
|
|
<item name="android:statusBarColor">@android:color/transparent</item>
|
|
|
|
<item name="android:navigationBarColor">@android:color/transparent</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
</resources>
|