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
i have tried to get the position of my view with this code int[] location = new int[2]; mDemoImageView.getLocationOnScreen(location); int x = location[0]; int y = location[1];
and pass x and y to the Point anchorTop = new Point(x, y);
but the coachMarks shows up in another position on the screen.
can you add some more samples.
The text was updated successfully, but these errors were encountered:
i have tried to get the position of my view with this code
int[] location = new int[2]; mDemoImageView.getLocationOnScreen(location); int x = location[0]; int y = location[1];
and pass x and y to the
Point anchorTop = new Point(x, y);
but the coachMarks shows up in another position on the screen.
can you add some more samples.
The text was updated successfully, but these errors were encountered: