android: add splashscreen

This commit is contained in:
Harsh Shandilya 2021-10-09 20:40:50 +05:30
parent cb468d39f8
commit 497ad78ca5
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
5 changed files with 14 additions and 3 deletions

View file

@ -1,6 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<resources>
<style name="Theme.Claw.SplashScreen" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">#FF6C0000</item>
<item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher_foreground</item>
<item name="windowSplashScreenAnimationDuration">1000</item>
<item name="postSplashScreenTheme">@style/Theme.Claw</item>
</style>
<style name="Platform.Theme.Claw" parent="android:Theme.Material.Light.NoActionBar" />
<style name="Base.Theme.Claw" parent="Platform.Theme.Claw">