Skip to content

Instantly share code, notes, and snippets.

@Manuri
Last active August 29, 2015 14:23
Show Gist options
  • Save Manuri/a8648a1d76347f0006de to your computer and use it in GitHub Desktop.
Save Manuri/a8648a1d76347f0006de to your computer and use it in GitHub Desktop.
<?xml version='1.0' encoding='utf-8'?>
<resources>
<color name="my_theme_color">#FF0000</color>
<style name="MyTheme" parent="android:Theme.NoTitleBar">
<item name="android:windowBackground">@color/my_theme_color</item>
<item name="android:colorBackground">@color/my_theme_color</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment