-
-
Notifications
You must be signed in to change notification settings - Fork 363
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
Better RTL support #117
Comments
Developing full support for RTL would require to adapt all the ViewPagers/TabLayouts to work correctly. I'm currently fixing all the layouts to LTR and we'll wait for ViewPager2 to provide full RTL support. Fixes #117
Thanks for the report @eitanaviv Having full support for RTL will require to update the To fix your situation, I've currently forced all the layouts to be LTR. This will prevent strings from overlapping and will make sure the ViewPagers are working in the right direction. |
Developing full support for RTL would require to adapt all the ViewPagers/TabLayouts to work correctly. I'm currently fixing all the layouts to LTR and we'll wait for ViewPager2 to provide full RTL support. Fixes #117
Would like to reopen and assign myself to this issue. Going to update my #159 with RTL support, since forcing LTR isn't an option in long-time perspective. Targeting for |
There are some serious changes to be done in layouts, like |
Hi @eitanaviv Also, I would like to ask how the response body in |
Closing this issue, since #208 is already merged. In case any troubles found with updated RTL implementation - open new issues. |
Is your feature request related to a problem? Please describe.
It would be nicer if Chucker could have a better support for RTL devices.
Describe the solution you'd like
ViewPager works the opposite way on RTL layout and some texts are overlapping each other.
Describe alternatives you've considered
Better RTL support.
Additional context
Do you want to develop this feature yourself?
No unfortunately.
The text was updated successfully, but these errors were encountered: