Skip to content
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

Mark doesn't show on the view position #16

Open
darkholiday opened this issue Aug 24, 2017 · 1 comment
Open

Mark doesn't show on the view position #16

darkholiday opened this issue Aug 24, 2017 · 1 comment
Assignees
Labels

Comments

@darkholiday
Copy link

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.

@muditpant13
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants