Skip to content

Instantly share code, notes, and snippets.

@sidishere
Created December 24, 2019 11:23
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 sidishere/7817ddb4c15db25f6ca12cc8dff7ba5f to your computer and use it in GitHub Desktop.
Save sidishere/7817ddb4c15db25f6ca12cc8dff7ba5f to your computer and use it in GitHub Desktop.
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:innerRadiusRatio="2.5"
android:shape="ring"
android:thickness="4dp"
android:useLevel="false">
<solid android:color="#b4b4b4"/>
<corners
android:bottomLeftRadius="60dp"
android:bottomRightRadius="60dp"
android:topLeftRadius="60dp"
android:topRightRadius="60dp"/>
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment