Skip to content

Instantly share code, notes, and snippets.

@lilac
Created July 27, 2015 23:45
Show Gist options
  • Save lilac/1ac5b0061c2d9bd87e39 to your computer and use it in GitHub Desktop.
Save lilac/1ac5b0061c2d9bd87e39 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke
android:color="#000000"
android:width="2dp"/>
<corners android:radius="6dp"/>
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment