B@B@X
B@B@X
Hi. I'm using RTL layout of android. In this layout we have to use Start instead of right and End instead of left, but dose not work for your component....
Hi. I'm using your component. First of all, thank you for this helpful component. I have a problem. When I force the app to RTL Layout everything go well but...
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.
Hi. I'm trying to add item in a for loop, But it has error :" Binary XML file line #13: You must supply a layout_width attribute. " I'm using this...
Hello. could you please help me to update your code to new AnchoredDraggableState. ``` @Stable @ExperimentalFoundationApi class AnchoredDraggableState( initialValue: T, internal val positionalThreshold: (totalDistance: Float) -> Float, internal val velocityThreshold:...