roughike / SwipeSelector

A nicer-looking, more intuitive and highly customizable alternative for radio buttons and dropdowns for Android.
Apache License 2.0
1.09k stars 154 forks source link

Add RTL support #25

Open StephaneBg opened 8 years ago

StephaneBg commented 8 years ago

Fix issue #24 Also update dependencies and remove from project IDE files.

roughike commented 8 years ago

Why do you have to flip the left and right button? Wouldn't reversing the ArrayList that contains the items and making the indicator starting position to be the last icon be correct way of doing this?

StephaneBg commented 8 years ago

It won't work because all widgets in their layout are added reversely. Then the arrows are not correctly displayed. See example below without my PR.

image

StephaneBg commented 8 years ago

What about my PR?

usergoodvery commented 7 years ago

Hi,

Any plans to have this resolved?