Skip to content
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

Open
shubhamnandanwar opened this issue Jul 25, 2019 · 6 comments
Open

Text and icon is not visible for RTL languages #17

shubhamnandanwar opened this issue Jul 25, 2019 · 6 comments

Comments

@shubhamnandanwar
Copy link

shubhamnandanwar commented Jul 25, 2019

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.

@shubhamnandanwar
Copy link
Author

shubhamnandanwar commented Jul 25, 2019

Hey @gauravk95 , I have added RTL support in the library. Can you merge the pull request and update jcenter?

@WahidNasri
Copy link

This is a big issue

@charafboulmerka
Copy link

Hello friends
i solved the problem by just adding this line : android:layoutDirection="ltr"
to your view
com.gauravk.bubblenavigation.BubbleNavigationConstraintView

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">

@DearBahman
Copy link

RTL Now Working. not in layout and also not in animation.
I acted on the comments of @charafboulmerka , but I still didn't get the result.

@Shlomixg
Copy link

Shlomixg commented Jun 1, 2020

@charafboulmerka , It's not working because the order of the items is reversed.
My app needs both RTL and LTR support.

@gauravk95 can you merge the pull request of @shubhamnandanwar ?
This will help us a lot!

@wail55
Copy link

wail55 commented Feb 1, 2022

This bug still without any fix
Is the library Has been deprecated or what

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants