Skip to content

Instantly share code, notes, and snippets.

@janishar
Created August 24, 2016 20:31
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 janishar/e2871fab3c779b810c578cf291ced1ed to your computer and use it in GitHub Desktop.
Save janishar/e2871fab3c779b810c578cf291ced1ed 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="@color/white"/>
<corners android:radius="1dp" />
</shape>
</item>
<item
android:left="-2dp"
android:right="-2dp"
android:top="-2dp"
android:bottom="1dp">
<shape android:shape="rectangle">
<solid android:color="@color/colorPrimary"/>
<corners android:radius="2dp" />
</shape>
</item>
</layer-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment