Skip to content

Instantly share code, notes, and snippets.

@virendersran01
Forked from muthuraj57/circle.xml
Created July 11, 2020 11:31
Show Gist options
  • Save virendersran01/d1ab1d9615ed84543229d8774a4709a7 to your computer and use it in GitHub Desktop.
Save virendersran01/d1ab1d9615ed84543229d8774a4709a7 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