Skip to content

Instantly share code, notes, and snippets.

@redbluenat
Created October 17, 2019 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save redbluenat/b7fd1a5124e48e87b4236e2d24173bf8 to your computer and use it in GitHub Desktop.
Save redbluenat/b7fd1a5124e48e87b4236e2d24173bf8 to your computer and use it in GitHub Desktop.
<resources>
<style name="SplashTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowFullscreen">true</item>
<item name="android:background">@drawable/splash_screen_dark</item>
</style>
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
<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