Created
October 12, 2017 15:46
-
-
Save eugenebrusov/a3d7bd6b496dfcf2ef1d05faf3ce89dd 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:windowTranslucentStatus">true</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