Skip to content

Instantly share code, notes, and snippets.

@DanishAmjad12
Last active July 23, 2018 08:31
Show Gist options
  • Save DanishAmjad12/d174486ca752f0e76470b66a35e18b66 to your computer and use it in GitHub Desktop.
Save DanishAmjad12/d174486ca752f0e76470b66a35e18b66 to your computer and use it in GitHub Desktop.
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" android:opacity="opaque">
<!-- The background color, preferably the same as your normal theme -->
<item android:drawable="@android:color/white"/>
<!-- Your product logo - 144dp color version of your app icon -->
<item>
<bitmap
android:src="@drawable/product_logo_144dp"
android:gravity="center"/>
</item>
</layer-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment