Android splash

This commit is contained in:
pokamest
2021-10-21 15:04:09 +03:00
parent f1fa22f4cf
commit 1f97dd0111
25 changed files with 18 additions and 10 deletions
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<style name="splashScreenTheme">
<item name="android:windowBackground">@drawable/splashscreen</item>
</style>
</resources>