skydoves / Balloon

:balloon: Modernized and sophisticated tooltips, fully customizable with an arrow and animations for Android.
https://skydoves.github.io/libraries/balloon/html/balloon/com.skydoves.balloon/index.html
Apache License 2.0
3.7k stars 289 forks source link

Arrow not showing if parent of anchor is rtl #125

Closed sina-farahzadi closed 3 years ago

sina-farahzadi commented 3 years ago

If the anchor view's parent layout direction is rtl the calculation for x position of the arrow is incorrect, causes the arrow not to be shown at all.

sina-farahzadi commented 3 years ago

Here is an image of it. Just add rtl layout direction to the root layout.

skydoves commented 3 years ago

Hi, @sina-farahzadi. This issue is resolved in the new release 1.2.7. Thanks for your issue :)

sina-farahzadi commented 3 years ago

Hi, @skydoves. Thank a lot!