Skip to content

Instantly share code, notes, and snippets.

@bariskarapinar
Created October 7, 2019 18:47
Show Gist options
  • Save bariskarapinar/f6ff18c74fa2c1c1d116a3baeaceb1d4 to your computer and use it in GitHub Desktop.
Save bariskarapinar/f6ff18c74fa2c1c1d116a3baeaceb1d4 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:innerRadiusRatio="5"
android:shape="ring"
android:thicknessRatio="1"
android:useLevel="false">
<gradient
android:type="radial"
android:gradientRadius="5dp"
android:endColor="@color/colorPrimary"
/>
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment