Mohammed Akram Hussain
splash_screen_image
@drawable/splash_screen_image
<resources xmlns:tools="<http://schemas.android.com/tools>"> <style name="Theme.App" parent="Theme.AppCompat.DayNight.NoActionBar"> <item name="android:typeface">sans</item> <item name="android:forceDarkAllowed" tools:targetApi="q">false</item> </style> <style name="Theme.App.Starting" parent="Theme.SplashScreen"> <item name="windowSplashScreenBackground">@color/splashColors</item> <item name="windowSplashScreenAnimatedIcon">@drawable/splash_screen_image</item> <item name="postSplashScreenTheme">@style/Theme.App</item> </style> </resources>
A modern programming language that makes developers happier.