2019-06-05 15:31:11 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
|
|
|
<!-- Launcher Theme, only used for VectorLauncherActivity (will be use even before the Activity is started) -->
|
2020-07-15 16:08:46 +03:00
|
|
|
<style name="AppTheme.Launcher" parent="AppTheme.Launcher.Base"/>
|
|
|
|
|
|
|
|
<style name="AppTheme.Launcher.Base" parent="Theme.MaterialComponents.Light.NoActionBar">
|
2019-06-05 15:31:11 +03:00
|
|
|
<item name="android:windowBackground">@drawable/splash</item>
|
2020-08-17 19:02:01 +03:00
|
|
|
<item name="android:statusBarColor">@color/riotx_accent</item>
|
|
|
|
<item name="android:navigationBarColor">@color/riotx_accent</item>
|
2019-06-05 15:31:11 +03:00
|
|
|
|
|
|
|
<item name="colorPrimaryDark">@color/primary_color_dark</item>
|
|
|
|
</style>
|
|
|
|
|
2020-08-17 19:02:01 +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>
|
2020-02-06 20:42:18 +03:00
|
|
|
|
2020-07-05 22:47:38 +03:00
|
|
|
<style name="AppTheme.Transparent" parent="AppTheme.Base.Black">
|
|
|
|
<item name="windowActionBar">false</item>
|
|
|
|
<item name="windowNoTitle">true</item>
|
|
|
|
<item name="android:windowIsTranslucent">true</item>
|
|
|
|
<item name="android:windowBackground">@android:color/transparent</item>
|
|
|
|
<item name="android:windowContentOverlay">@null</item>
|
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
<!-- <item name="android:windowIsFloating">true</item>-->
|
|
|
|
<item name="android:backgroundDimEnabled">false</item>
|
|
|
|
</style>
|
|
|
|
|
2019-06-05 15:31:11 +03:00
|
|
|
</resources>
|