1
0
mirror of https://github.com/dzeiocom/OpenHealth.git synced 2025-06-20 04:19:18 +00:00

feat: Add splash screen

This commit is contained in:
2022-07-19 17:39:15 +02:00
parent 9808670944
commit 888be8d068
6 changed files with 25 additions and 2 deletions

View File

@ -12,4 +12,8 @@
<item name="cornerSize">16dp</item>
</style>
<style name="Theme.OpenHealth.SplashScreen" parent="Theme.OpenHealth.NoActionBar">
<item name="android:windowBackground">@drawable/splash_screen</item>
</style>
</resources>