Skip to content

Instantly share code, notes, and snippets.

@pacificregmi
Created February 6, 2016 01:35
Show Gist options
  • Save pacificregmi/7d4b01010c470d7d4804 to your computer and use it in GitHub Desktop.
Save pacificregmi/7d4b01010c470d7d4804 to your computer and use it in GitHub Desktop.
Dashboard UI Design for Android App - drawable/circle_shape.xml
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="ring"
android:innerRadiusRatio="2.5"
android:thickness="1dp"
android:useLevel="false">
<solid android:color="#CCC" />
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment