CircularProgressBar
CircularProgressBar copied to clipboard
Create circular ProgressBar in Android ⭕
Progress bar cannot cast from a parent Constraint Layout!
Caused by kotlin.UninitializedPropertyAccessException lateinit property initialState has not been initialized br.com.simplepass.loadingbutton.customViews.CircularProgressButton.access$getInitialState$p (CircularProgressButton.kt:21) br.com.simplepass.loadingbutton.customViews.CircularProgressButton$morphAnimator$2.invoke (CircularProgressButton.kt:70) br.com.simplepass.loadingbutton.customViews.CircularProgressButton$morphAnimator$2.invoke (CircularProgressButton.kt:21) kotlin.SynchronizedLazyImpl.getValue (LazyJVM.kt:74) br.com.simplepass.loadingbutton.customViews.CircularProgressButton.getMorphAnimator (Fonte desconhecida:7) br.com.simplepass.loadingbutton.customViews.CircularProgressButton.dispose (CircularProgressButton.kt:171) java.lang.reflect.Method.invoke (Method.java) androidx.lifecycle.ClassesInfoCache$MethodReference.invokeCallback (ClassesInfoCache.java:216) androidx.lifecycle.ClassesInfoCache$CallbackInfo.invokeMethodsForEvent (ClassesInfoCache.java:194) androidx.lifecycle.ClassesInfoCache$CallbackInfo.invokeCallbacks...
Should fix that view leak.
When you set the `indeterminateMode` to `true` you spawn a handler that continuously updates the state of the progress bar. ``` var indeterminateMode = false set(value) { field = value...
When I set `cpb_indeterminate_mode="true" ` then cpb_progress_direction is always `to_left` , even if I set it to `to_right` it also displays toLeft
hi. i don't set progress in xml with data binding?? please help me! `` i try by any type of variable(int,float,...),but not working
In gradient, there's a option to set startColor, centerColor and endColor. How do i set center color using this library ?
- Add ability to show or hide the progress in middle of view as text value - Adjust xml attributes to show or hide the progress, change text color. -...
I think there is a small bug in this library. For example: when you set the max progress to 20 and the progress to 15, then set the max progress...