Skip to content

Forkss/ArcProgress

 
 

Repository files navigation

#discription

Android 圆形的进度条,类似于一些计步的进度显示。其实也是我们项目中的效果,只不过后来迭代中改进了,所以现在才拿出来。

#usage

<com.gyw.arcprogressdemo.ArcProgress
        android:id="@+id/arc_progress"
        android:layout_width="200dp"
        android:layout_height="200dp"
        android:layout_centerHorizontal="true"
        android:layout_marginTop="20dp"
        gyw:arc_bottom_text_size="16dip"
        gyw:arc_finished_color="#65cd33"
        gyw:arc_stroke_width="12dip"
        gyw:arc_suffix_text="步数"
        gyw:arc_suffix_text_size="18dip"
        gyw:arc_text_color="#ffffff"
        gyw:arc_text_size="46dip"
        gyw:arc_unfinished_color="#33ffffff"
        gyw:arc_bottom_text="目标10000步"
        gyw:arc_max="10000"/>

This is the use of the sample code, see the code for more details!

#Screenshot

About

Android 圆形进度条,类似一些计步软件的进度显示!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%