Skip to content

Instantly share code, notes, and snippets.

@ajithvgiri
Created March 18, 2019 05:59
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 ajithvgiri/98fc0a3c122781a1b907c409303b7f64 to your computer and use it in GitHub Desktop.
Save ajithvgiri/98fc0a3c122781a1b907c409303b7f64 to your computer and use it in GitHub Desktop.
circle
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="oval">
<size android:width="100dp"
android:height="100dp"/>
<solid android:color="#59d5fe"/>
</shape>
</item>
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment