Skip to content

Instantly share code, notes, and snippets.

@muthuraj57
Created November 17, 2016 17:33
Show Gist options
  • Save muthuraj57/e649ea287fccab0a44310939f134f303 to your computer and use it in GitHub Desktop.
Save muthuraj57/e649ea287fccab0a44310939f134f303 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">
<corners android:radius="20dp" />
<solid android:color="@color/grey" />
<size
android:width="40dp"
android:height="40dp" />
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment