Skip to content

Instantly share code, notes, and snippets.

@krizzu
Last active August 25, 2017 14:31
Show Gist options
  • Save krizzu/e22c5d6d498a555c58572c58ac9456c8 to your computer and use it in GitHub Desktop.
Save krizzu/e22c5d6d498a555c58572c58ac9456c8 to your computer and use it in GitHub Desktop.
Setting background color
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- @color is a reference to resource colors.xml -->
<!-- and 'background' is a name of the resource -->
<item name="android:windowBackground">@color/background</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment