You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
im using this lib but does work good on some devices, tooltip and ponter stays on wrong location
i reed the tooltip code and problem was in layout observer and getX returns wrong value for tooltip location, it must be same for pointer too
heres the line i'm talking about in setupToolTip():
Hi there
tanks for TourGuide
im using this lib but does work good on some devices, tooltip and ponter stays on wrong location
i reed the tooltip code and problem was in layout observer and getX returns wrong value for tooltip location, it must be same for pointer too
heres the line i'm talking about in setupToolTip():
layoutParams.setMargins((int) mToolTipViewGroup.getX(), fixedY, 0, 0);
The text was updated successfully, but these errors were encountered: