FlexibleSteppedProgressBar
FlexibleSteppedProgressBar copied to clipboard
the progress bar doesn't support RTL
Hi I have an app which support 2 language (arabic, English) LTR & RTL so in arabic I need it start form Right to left side
I tried to perform "transform" but it Mirrors the whole view with all its content and I can't control the labels because its text layers , could you provide me with a solution
thanks a lot for this
I have added RTL functionality in PR #38. It is pending merge, but you can help by testing it and confirm it delivers the desired result.
UPDATE:
RTL functionality can be now used by setting the isRTL
attribute.
It is available as of version 0.7.2
.
Thank you @amratab for merging my PR, you can mark this issue closed.