Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Last active February 6, 2020 11:59
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/f5f691c6062a67572153392948638801 to your computer and use it in GitHub Desktop.
Save MartinZikmund/f5f691c6062a67572153392948638801 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<!-- background color -->
<color android:color="#101010"/>
</item>
<item>
<!-- splash image -->
<bitmap
android:src="@drawable/splashscreen"
android:tileMode="disabled"
android:gravity="center" />
</item>
</layer-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment