-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
setArrowSize doesn't work as expected #413
Comments
Hey @UmairKhalid786, could you expand on this? You titled |
Let me explain how setArrowSize effects setArrowPositionRules(ArrowPositionRules.ALIGN_ANCHOR) When tooltip size is set, arrow alignment is disturbed Generates |
…give correct results. Here we tried to solve on edge case as noted in issue: skydoves#413
Hey @UmairKhalid786, this issue has been fixed in the recent release, 1.6.4. Please update your library version, and please reopen this issue if you still face the same problem. Thank you for reporting this issue! |
Please complete the following information:
Describe the Bug:
When you set the arrow size using the setArrowSize method and try to align the arrow with the anchor
setArrowPositionRules(ArrowPositionRules.ALIGN_ANCHOR)
it doesn't align with the anchor
Expected Behavior:
The tooltip arrow should center align even when we try to set the arrow size
The text was updated successfully, but these errors were encountered: