Closed ivnsch closed 4 years ago
The measuring isn't always correct because of Android SDK's view hierarchy problem.
So you should make a clear position using x-off
and y-off
when showing a balloon.
Which problem exactly? I could write code to measure the label's width and set x-off
accordingly, but it doesn't seem something that the library can't do directly?
@i-schuetz Hi, I found the problem, it will be fixed in the next version. :) Thank you for your issue!
@skydoves Awesome, thank you! Would this be 1.1.3
?
It will be released on 1.1.4 today. Thank you :)
@i-schuetz
Hi, it is released a new version 1.1.4
.
You can check now!
It's working now, thanks!
Please complete the following information:
Describe the Bug:
packageTitle
is the label where it should appear centered. Settings:Happens when using in
RecyclerView
. Position seems to be random, on other cells it appears at different non-centered positions. I haven't tested withoutRecyclerView
.Expected Behavior:
The tooltip appears centered horizontally over the text label.