FlexibleSteppedProgressBar icon indicating copy to clipboard operation
FlexibleSteppedProgressBar copied to clipboard

the progress bar doesn't support RTL

Open ghass64 opened this issue 4 years ago • 2 comments

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

ghass64 avatar Jul 06 '20 04:07 ghass64

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.

abdulla-allaith avatar Jul 09 '20 07:07 abdulla-allaith

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.

abdulla-allaith avatar Nov 16 '21 10:11 abdulla-allaith