Skip to content

Instantly share code, notes, and snippets.

@pacificregmi
Last active February 6, 2016 01:37
Show Gist options
  • Save pacificregmi/5ccd481423afa5797c18 to your computer and use it in GitHub Desktop.
Save pacificregmi/5ccd481423afa5797c18 to your computer and use it in GitHub Desktop.
Dashboard UI Design for Android App - drawaber/circular_progress_bar.xml
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:innerRadiusRatio="2.3"
android:shape="ring"
android:thickness="5dp"
android:useLevel="true">
<solid android:color="@color/colorPrimary" />
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment