Closed LinTaoAndroid closed 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;
thank u
Thanks for your help on this issue. @Dona278
@OpenSourceMIUI can you be more specific? However the enum is inner of NumberProgressBar.java file.
You can
and then use