Created
January 22, 2020 15:57
-
-
Save ferrannp/168ef408d4317e13c65b848b9659d725 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
// styles.xml | |
<resources> | |
<!-- Base application theme. --> | |
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> | |
<!-- Customize your theme here. --> | |
<item name="colorPrimaryDark">@color/primaryDark</item> | |
<item name="android:windowBackground">@color/background</item> | |
</style> | |
<style name="SplashTheme" parent="AppTheme"> | |
<item name="android:windowBackground">@drawable/splash_screen</item> | |
</style> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment