bubble-navigation icon indicating copy to clipboard operation
bubble-navigation copied to clipboard

Text and icon is not visible for RTL languages

Open shubhamnandanwar opened this issue 6 years ago • 6 comments

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 avatar Jul 25 '19 08:07 shubhamnandanwar

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

shubhamnandanwar avatar Jul 25 '19 11:07 shubhamnandanwar

This is a big issue

WahidNasri avatar Aug 06 '19 07:08 WahidNasri

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

charafboulmerka avatar Mar 21 '20 19:03 charafboulmerka

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.

DearBahman avatar May 27 '20 08:05 DearBahman

@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!

Shlomixg avatar Jun 01 '20 23:06 Shlomixg

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

wail55 avatar Feb 01 '22 14:02 wail55