Skip to content

Instantly share code, notes, and snippets.

@Lanace
Created July 17, 2017 07:33
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 Lanace/0501c8be8403717ad009368aa66ad471 to your computer and use it in GitHub Desktop.
Save Lanace/0501c8be8403717ad009368aa66ad471 to your computer and use it in GitHub Desktop.
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:drawable="@color/gray"/>
<item>
<bitmap
android:gravity="center"
android:src="@mipmap/ic_launcher"/>
</item>
</layer-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment