material
material copied to clipboard
set property programmatically
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.