Skip to content

Instantly share code, notes, and snippets.

@manishkpr
Created December 30, 2016 08:06
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 manishkpr/a41000334b2d7d59ed18ae5af2656792 to your computer and use it in GitHub Desktop.
Save manishkpr/a41000334b2d7d59ed18ae5af2656792 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<inset xmlns:android="http://schemas.android.com/apk/res/android"
>
<shape android:shape="rectangle">
<gradient
android:startColor="@color/white"
android:endColor="@color/white"
android:angle="0"
/>
<corners android:bottomLeftRadius="10dp" android:topLeftRadius="10dp" android:topRightRadius="10dp" android:bottomRightRadius="10dp"/>
<stroke android:color="@color/l_blue" android:width="1dp" />
</shape>
</inset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment