-
Notifications
You must be signed in to change notification settings - Fork 10
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
Cassowary layout does not support rtl #4
Comments
How would you like it to behave? |
It should be exactly mirror replica of the current layout.. Say you are creating constraint, a.left == 0.. Then b.right == 0. In normal case, a is placed at the left and b is at the right. When we switch to rtl, a should be at the right and b should be at the left.. In relative layout terms instead of using left and right, can we have start and end for the layout constraints.. Based on the language, it should adapt appropriately. |
@rammuralidhar Inside Node.java add |
Thanks for input @yongsunCN |
This is definitely doable if somebody wants to send a pull request. |
Is there a easy way to support rtl..
The text was updated successfully, but these errors were encountered: