2020-03-16 15:41:57 +00:00
|
|
|
<resources>
|
|
|
|
|
2020-04-03 16:40:54 +00:00
|
|
|
<style name="SplashTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
|
|
|
<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">
|
|
|
|
<item name="android:windowBackground">?colorSurface</item>
|
2020-04-09 17:31:13 +00:00
|
|
|
<item name="android:statusBarColor">#e0e0e0</item>
|
2020-04-07 12:48:13 +00:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="DarkTheme" parent="Theme.MaterialComponents.NoActionBar">
|
|
|
|
<item name="android:windowBackground">?colorSurface</item>
|
|
|
|
<item name="android:statusBarColor">@android:color/transparent</item>
|
|
|
|
</style>
|
|
|
|
|
2020-03-28 13:29:48 +00:00
|
|
|
</resources>
|