CoachMarks icon indicating copy to clipboard operation
CoachMarks copied to clipboard

Mark doesn't show on the view position

Open darkholiday opened this issue 7 years ago • 1 comments

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.

darkholiday avatar Aug 24 '17 11:08 darkholiday

This library is still in dev phase. Will add more samples in coming month. Can you post screenshot of your problem in meantime.

muditpant13 avatar Sep 09 '17 14:09 muditpant13