Files
rider-pro-android-app/app/src/main/res/values/themes.xml

16 lines
877 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.RaveNow" parent="android:Theme.Material.Light.NoActionBar" >
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@color/activity_background</item>
</style>
<style name="Theme.App.Starting" parent="Theme.SplashScreen">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowNoTitle">true</item>
<item name="windowSplashScreenBackground">@color/splash_background</item>
<item name="windowSplashScreenAnimatedIcon">@mipmap/rider_pro_logo_next_round</item>
<item name="postSplashScreenTheme">@style/Theme.RaveNow</item>
<item name="android:windowBackground">@color/activity_background</item>
</style>
</resources>