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.75k stars 291 forks source link

There is an unintended space between the arrow and the message box. #139

Closed eminuluyol closed 3 years ago

eminuluyol commented 3 years ago

Please complete the following information:

Describe the Bug:

My implementation is as below:

Screenshot 2021-01-05 at 17 05 35

This is how it looks like:

Screenshot 2021-01-05 at 17 01 41

I thought maybe the elevation would cause the problem but even when I set it to 0 the result is the same.

skydoves commented 3 years ago

Hi, @eminuluyol Hmm.. Can you check if the same issue occurs when you give an arrowPadding?

setArrowTopPadding(4)

It seems to occur in some specific devices. I will check out the details soon. Thanks for your issue!

eminuluyol commented 3 years ago

Hey! @skydoves thank you very much for your fast response. Unfortunately, I have already tried setting padding-top to arrow and it only makes the arrow look smaller. I have also tested this on an emulator (Pixel XL API 29) and the result was identical.

skydoves commented 3 years ago

Hi, this issue has been fixed in the new release 1.3.0. Thanks for your issue :)