Skip to content

Instantly share code, notes, and snippets.

@Elvis10ten
Last active November 19, 2018 18:31
Show Gist options
  • Save Elvis10ten/e928547f36441077532965bdbb80d1e8 to your computer and use it in GitHub Desktop.
Save Elvis10ten/e928547f36441077532965bdbb80d1e8 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Your AppTheme or other themes/styles here -->
<!-- The launcher theme. It sets the main window background to the launch_screen drawable -->
<style name=”AppTheme.Launcher”>
<item name=”android:windowBackground”>@drawable/launch_screen</item>
<!-- Optional, on Android 5+ you can modify the colorPrimaryDark color to match the windowBackground color for further branding-->
<!-- <item name="colorPrimaryDark">@android:color/white</item> -->
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment