Last active
December 16, 2018 17:29
-
-
Save rocksinghajay/9c0f9592218aa92e5d2d3104d5e75ad1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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> | |
| <!-- Base application theme. --> | |
| <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> | |
| <!-- Customize your theme here. --> | |
| <item name="android:statusBarColor">@color/white</item> | |
| </style> | |
| <style name="SplashTheme" parent="Theme.AppCompat.Light.NoActionBar"> | |
| <item name="android:windowBackground">@drawable/background_splash</item> | |
| <item name="android:statusBarColor">@color/white</item> | |
| </style> | |
| </resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment