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

@ -9,7 +9,7 @@
android:label="Claw"
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/Theme.Claw">
android:theme="@style/Theme.Claw.SplashScreen">
<activity
android:name=".MainActivity"
android:configChanges="colorMode|density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode"