Skip to content

Instantly share code, notes, and snippets.

@hackertron
Created June 15, 2018 08:41
Show Gist options
  • Save hackertron/853b2527b711b23628d225c88ba682b4 to your computer and use it in GitHub Desktop.
Save hackertron/853b2527b711b23628d225c88ba682b4 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="oval">
<gradient
android:angle="90"
android:centerColor="@color/colorPrimary"
android:endColor="@color/colorPrimary"
android:startColor="@color/colorPrimary" />
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment