Skip to content

pein95/XiaomiCircularProgress

Repository files navigation

Xiaomi Circular Progress

Simple progress bar as in MiFit Android app

Description

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.

How it looks

alt text

About

Simple progress bar as in MiFi Android app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages