Android circular progress view with many customization options
Welcome to the Android.CircularProgress wiki!
simple usage and many customisations
<mpdc.android.CircularProgress
android:id="@+id/donut_progress"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:donut_progress="0.3"
app:donut_max="1"
app:donut_unfinished_color="#ff0000"
app:donut_finished_color="#00ff00"
app:donut_finished_stroke_width="8dp"
app:donut_unfinished_stroke_width="8dp"
app:donut_text_size="12sp"
app:donut_text_color="#0000ff"
app:donut_text="30 Days left"
app:donut_background_color="#ffff00"
app:donut_circle_starting_degree="-90" />