-
-
Save mukeshsolanki/785d58a420659d13d721a4208b4ccf1e to your computer and use it in GitHub Desktop.
used for https://medium.com/@themukeshsolanki/animated-splash-screen-in-android-with-compose-4b7dc1baecc5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style name="Theme.AnimatedSplashScreen" parent="android:Theme.Material.Light.NoActionBar"> | |
<item name="android:statusBarColor">@color/black</item> | |
<item name="android:windowBackground">@color/black</item> | |
<item name="android:windowSplashScreenAnimatedIcon">@drawable/transparent_image</item> | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment