2020-03-16 15:41:57 +00:00
|
|
|
<resources>
|
|
|
|
|
2020-04-13 21:07:19 +00:00
|
|
|
<style name="SplashTheme" parent="Theme.MaterialComponents.NoActionBar">
|
2020-04-03 16:40:54 +00:00
|
|
|
<item name="android:windowBackground">@drawable/splash_logo</item>
|
|
|
|
<item name="android:windowTranslucentStatus">true</item>
|
|
|
|
<item name="android:windowTranslucentNavigation">true</item>
|
2020-03-16 15:41:57 +00:00
|
|
|
</style>
|
|
|
|
|
2020-04-07 12:48:13 +00:00
|
|
|
<style name="LightTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
|
2020-04-30 17:43:32 +00:00
|
|
|
<item name="android:windowIsTranslucent">true</item>
|
2020-04-07 12:48:13 +00:00
|
|
|
<item name="android:windowBackground">?colorSurface</item>
|
2020-04-09 18:45:26 +00:00
|
|
|
<item name="android:statusBarColor">#787777</item>
|
2020-04-07 12:48:13 +00:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="DarkTheme" parent="Theme.MaterialComponents.NoActionBar">
|
2020-04-12 12:00:14 +00:00
|
|
|
<item name="colorBackgroundFloating">#111111</item>
|
2020-04-07 12:48:13 +00:00
|
|
|
<item name="android:windowBackground">?colorSurface</item>
|
2020-04-10 12:45:09 +00:00
|
|
|
<item name="android:statusBarColor">#000000</item>
|
2020-04-07 12:48:13 +00:00
|
|
|
</style>
|
|
|
|
|
2020-03-28 13:29:48 +00:00
|
|
|
</resources>
|