|
@@ -1,5 +1,5 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<resources>
|
|
|
|
|
|
|
+<resources xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
|
|
|
<!-- Base application theme. -->
|
|
<!-- Base application theme. -->
|
|
|
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
|
|
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
|
|
@@ -16,7 +16,12 @@
|
|
|
<item name="android:windowIsTranslucent">true</item>
|
|
<item name="android:windowIsTranslucent">true</item>
|
|
|
</style>
|
|
</style>
|
|
|
|
|
|
|
|
|
|
+ <!-- App Starting -->
|
|
|
<style name="AppTheme.NoActionBarLaunch" parent="Theme.SplashScreen">
|
|
<style name="AppTheme.NoActionBarLaunch" parent="Theme.SplashScreen">
|
|
|
- <item name="android:background">@drawable/splash</item>
|
|
|
|
|
|
|
+ <item name="android:windowBackground">@drawable/splash_centered</item>
|
|
|
|
|
+
|
|
|
|
|
+ <item name="windowSplashScreenAnimationDuration">200</item>
|
|
|
|
|
+ <item name="windowSplashScreenIconBackgroundColor">@color/logoPrimary</item>
|
|
|
|
|
+ <item name="postSplashScreenTheme">@style/AppTheme</item>
|
|
|
</style>
|
|
</style>
|
|
|
</resources>
|
|
</resources>
|