Created
October 12, 2017 15:48
-
-
Save eugenebrusov/0bd3af85287448eb8f1b16beb25df2d8 to your computer and use it in GitHub Desktop.
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
<resources> | |
... | |
<style name="SplashTheme" parent="Theme.AppCompat.NoActionBar"> | |
<item name="android:statusBarColor">@android:color/transparent</item> | |
<item name="android:windowBackground">@drawable/background</item> | |
</style> | |
... | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment