Skip to content

yuanjize/ProgressBarWithNumber

Repository files navigation

###ProgressBarWithNumbe 仿照代码家的NumberProgressBar Alt text

使用方法:

 <com.yuan.library.MyProgressBar
        android:id="@+id/number_progress_bar"
        android:layout_width="200dp"
        android:layout_height="wrap_content"
        android:layout_marginLeft="20dp"
        android:layout_marginTop="18dp"
        app:arc="3"
        app:bar_Height="20dp"
        app:reach_Color="@android:color/holo_blue_bright"
        app:textColor="@color/colorPrimary"
        app:textSize="14sp"
        app:unReach_Color="@android:color/holo_green_light" />
bar = (ProgressBarWithNumber) findViewById(R.id.number_progress_bar);
bar.setMaxValue(150);
bar.setProgress(i);

About

放置代码家的NumberProgressBar写的一个Progressbar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages