Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Created February 6, 2020 11:26
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 MartinZikmund/356312b6ebff2cd2c5e94f02a34491ff to your computer and use it in GitHub Desktop.
Save MartinZikmund/356312b6ebff2cd2c5e94f02a34491ff to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<resources>
<style name="AppTheme" parent="Theme.AppCompat.Light">
<!-- This removes the ActionBar -->
<item name="windowActionBar">false</item>
<item name="android:windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:windowNoTitle">true</item>
<!-- Splash screen -->
<item name="android:windowBackground">@drawable/splash</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment