WIP: Add proper splash image
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 151 KiB |
@@ -3,7 +3,7 @@
|
||||
<style name="Theme.GajuMobile" parent="android:Theme.Material.NoActionBar" />
|
||||
|
||||
<style name="Theme.App.Starting" parent="Theme.SplashScreen">
|
||||
<item name="windowSplashScreenAnimatedIcon">@drawable/gajumobile_icon_colored</item>
|
||||
<item name="windowSplashScreenAnimatedIcon">@drawable/gajumobile_colored_splash</item>
|
||||
<item name="windowSplashScreenBackground">@color/splash_background</item>
|
||||
<item name="postSplashScreenTheme">@style/Theme.GajuMobile</item>
|
||||
</style>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<style name="Theme.GajuMobile" parent="android:Theme.Material.Light.NoActionBar" />
|
||||
|
||||
<style name="Theme.App.Starting" parent="Theme.SplashScreen">
|
||||
<item name="windowSplashScreenAnimatedIcon">@drawable/gajumobile_icon_colored</item>
|
||||
<item name="windowSplashScreenAnimatedIcon">@drawable/gajumobile_colored_splash</item>
|
||||
<item name="windowSplashScreenBackground">@color/splash_background</item>
|
||||
<item name="postSplashScreenTheme">@style/Theme.GajuMobile</item>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user