Cong Peijun

Results 3 comments of Cong Peijun

What's the state of this issue? I got the issue too.

I create a bindingAdapter, and it works ```kotlin @BindingAdapter(value = ["cpb_progress"]) @JvmStatic fun setProgress(circularProgressBar: CircularProgressBar, process: Float?) { circularProgressBar.setProgressWithAnimation(process ?: 0f, 1000) } ```