daimajia / NumberProgressBar

A beautiful, slim Android ProgressBar.
MIT License
6.07k stars 1.4k forks source link

使用的时候能隐藏百分比吗? #53

Closed hw20101101 closed 7 years ago

hw20101101 commented 7 years ago

使用的时候能隐藏百分比吗?

hw20101101 commented 7 years ago

隐藏百分比:

numberProgressBar.setProgressTextVisibility(NumberProgressBar.ProgressTextVisibility.Invisible);

或者


<com.daimajia.numberprogressbar.NumberProgressBar
        android:layout_marginTop="50dp"
        android:id="@+id/post_detail_progress_bar"
        app:progress_text_visibility="invisible"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"/>