Created
October 17, 2019 15:45
-
-
Save redbluenat/705d544b71832d853dad2336fee4bdfe 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> | |
<style name="SplashTheme" parent="Theme.AppCompat.Light.NoActionBar"> | |
<item name="android:windowFullscreen">true</item> | |
<item name="android:background">@drawable/splash_screen_light</item> | |
</style> | |
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar"> | |
<!-- Customize your theme here. --> | |
<item name="android:textColor">#000000</item> | |
<item name="colorAccent">#1e9f21</item> | |
</style> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment