Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Right to left support issue #16

Open
waqarv712 opened this issue Feb 1, 2021 · 2 comments
Open

Right to left support issue #16

waqarv712 opened this issue Feb 1, 2021 · 2 comments

Comments

@waqarv712
Copy link

I set the arabic locale in my app and its range not working as expected?

@MohammedAlaaMorsi
Copy link
Owner

Hi @waqarv712 could you clarify more what is the issue exactly and in which library RangeSeekBarView or DoubleValueSeekBarView

@SaadBilal
Copy link

You can set orientation like app:orientation="LEFT_TO_RIGHT"
Below are some attrs

<attr format="enum" name="orientation">
           <enum name="RIGHT_TO_LEFT" value="0"/>
           <enum name="LEFT_TO_RIGHT" value="1"/>
           <enum name="TOP_TO_BOTTOM" value="2"/>
           <enum name="BOTTOM_TO_TOP" value="3"/>
       </attr>

But unfortunately there is no double orientation in case of double seekbar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants