Simple progress bar as in MiFit Android app
It supports few custom properties:
<declare-styleable name="CircleProgress">
<attr name="round_progres_main_color" format="color"/>
<attr name="round_progress_indicator_color" format="color"/>
<attr name="round_progress_main_radius" format="dimension"/>
<attr name="round_progress_indicator_radius" format="dimension"/>
<attr name="round_progress_strocke_width" format="dimension"/>
</declare-styleable>
- round_progres_main_color - Color of main circle
- round_progress_indicator_color - Color of indicator which is animated
- round_progress_main_radius - radius of progress bar
- round_progress_indicator_radius - radius of indicator
- width of main circle line.