material icon indicating copy to clipboard operation
material copied to clipboard

set property programmatically

Open EMIN3M1986 opened this issue 8 years ago • 0 comments

Hi. How can I set progressView property programmatically ? Such as pv_progressMode or pv_autostart or etc ?

progressView = new ProgressView(getContext()); progressView.applyStyle(R.style.ColorsCircularProgressDrawableStyle); not work.

EMIN3M1986 avatar Apr 22 '17 05:04 EMIN3M1986