Skip to content

Instantly share code, notes, and snippets.

@SelvinPL
Created January 15, 2015 18:12
Show Gist options
  • Save SelvinPL/aec66faeadf3469b5821 to your computer and use it in GitHub Desktop.
Save SelvinPL/aec66faeadf3469b5821 to your computer and use it in GitHub Desktop.
background
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:bottom="-6dp"
android:right="-6dp"
android:top="-6dp">
<shape>
<solid android:color="@android:color/black" />
<stroke
android:width="5dp"
android:color="@android:color/yellow" />
</shape>
</item>
</layer-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment