Skip to content

Instantly share code, notes, and snippets.

@pareshchouhan
Created October 13, 2015 15:10
Show Gist options
  • Save pareshchouhan/18d2df065047908dd7b4 to your computer and use it in GitHub Desktop.
Save pareshchouhan/18d2df065047908dd7b4 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 >
<shape
android:shape="rectangle">
<solid android:color="@android:color/darker_gray" />
<corners android:radius="5dp"/>
</shape>
</item>
<item android:right="1dp" android:left="1dp" android:bottom="2dp">
<shape
android:shape="rectangle">
<solid android:color="@android:color/white"/>
<corners android:radius="5dp"/>
</shape>
</item>
</layer-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment