We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I set the arabic locale in my app and its range not working as expected?
The text was updated successfully, but these errors were encountered:
Hi @waqarv712 could you clarify more what is the issue exactly and in which library RangeSeekBarView or DoubleValueSeekBarView
RangeSeekBarView
DoubleValueSeekBarView
Sorry, something went wrong.
You can set orientation like app:orientation="LEFT_TO_RIGHT" Below are some attrs
app:orientation="LEFT_TO_RIGHT"
<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
No branches or pull requests
I set the arabic locale in my app and its range not working as expected?
The text was updated successfully, but these errors were encountered: