Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="Theme.SplashScreen" parent="Base.Theme.SplashScreen.DayNight">
|
||||
<item name="android:windowSplashScreenAnimatedIcon">?windowSplashScreenAnimatedIcon</item>
|
||||
<item name="android:windowSplashScreenBackground">?windowSplashScreenBackground</item>
|
||||
<item name="android:windowSplashScreenAnimationDuration">
|
||||
?windowSplashScreenAnimationDuration
|
||||
</item>
|
||||
</style>
|
||||
<style name="Theme.SplashScreen.IconBackground" parent="Theme.SplashScreen">
|
||||
<item name="android:windowSplashScreenIconBackgroundColor">
|
||||
?windowSplashScreenIconBackgroundColor
|
||||
</item>
|
||||
</style>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user