-
Notifications
You must be signed in to change notification settings - Fork 213
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
Text and icon is not visible for RTL languages #17
Comments
Hey @gauravk95 , I have added RTL support in the library. Can you merge the pull request and update jcenter? |
This is a big issue |
Hello friends and here is an example <com.gauravk.bubblenavigation.BubbleNavigationConstraintView android:id="@+id/top_navigation_constraint" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@color/dark_gray" android:elevation="0dp" android:layoutDirection="ltr" app:bnc_mode="inside" app:hideOnScroll="true"> |
RTL Now Working. not in layout and also not in animation. |
@charafboulmerka , It's not working because the order of the items is reversed. @gauravk95 can you merge the pull request of @shubhamnandanwar ? |
This bug still without any fix |
I've already looked into one similar closed issue and RTL seems to be working for others. I've checked everything but it's not working for me.
The text was updated successfully, but these errors were encountered: