-
Notifications
You must be signed in to change notification settings - Fork 355
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
RTL not working (view isn't visible) #32
Comments
I can confirm this. I can only see one dot, and it's not animating at all. |
I have the same problem ?? |
If the layout direction isn't a bug issue you can add android:layoutDirection="LTR" for the layout holding the dots |
I am using SpringDotsIndicator and in rtl it is not working |
This solution fixes the issue, though it's not perfect, thanks for sharing. |
Hi everybody, |
Still persists. |
Hi everybody, |
I have tried it with version (4.1.2) and now its working fine. But a new problem arises because the method |
@Sabboo you have now the support of ViewPager2 using the method |
@tommybuonomo Ah I didn't notice that, everything is working fine now. |
I'm using the WormDotsIndicator
My App is only in English but I have supportRtl=true in my manifest
When the device is in an RTL language the the view isn't visible (Although I can see it's taking the correct space when I do "Show layout bounds" on the device
The text was updated successfully, but these errors were encountered: