Skip to content

Instantly share code, notes, and snippets.

@redbluenat
Created October 17, 2019 15:49
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 redbluenat/1d1a6c93419bc501560e906b88b8d5b9 to your computer and use it in GitHub Desktop.
Save redbluenat/1d1a6c93419bc501560e906b88b8d5b9 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
android:id="@+id/splash_background"
android:drawable="@android:color/darker_gray"
android:gravity="fill" >
</item>
<item android:gravity="center" android:height="100dp" android:width="100dp">
<bitmap
android:gravity="fill"
android:src="@drawable/sad" />
</item>
</layer-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment