add splash activity

This commit is contained in:
2020-11-01 20:17:17 +01:00
parent 49430e10bf
commit 8a516c640d
5 changed files with 45 additions and 7 deletions

View File

@ -14,6 +14,10 @@
<item name="android:windowContentOverlay">@null</item>
</style>
<style name="SplashTheme" parent="Theme.AppCompat.NoActionBar">
<item name="android:windowBackground">@drawable/bg_splash</item>
</style>
<!-- shapes -->
<style name="ShapeAppearance.Teapod.RoundedPoster" parent="ShapeAppearance.MaterialComponents.LargeComponent">
<item name="cornerFamily">rounded</item>