daimajia / NumberProgressBar

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

ProgressTextVisibility where? thanks #34

Closed LinTaoAndroid closed 7 years ago

Dona278 commented 7 years ago

@OpenSourceMIUI can you be more specific? However the enum is inner of NumberProgressBar.java file.

public enum ProgressTextVisibility {
    Visible, Invisible
}

You can

import com.daimajia.numberprogressbar.NumberProgressBar;

and then use

NumberProgressBar.ProgressTextVisibility visibility;
LinTaoAndroid commented 7 years ago

thank u

daimajia commented 7 years ago

Thanks for your help on this issue. @Dona278