Skip to content

Mark doesn't show on the view position #16

@darkholiday

Description

@darkholiday

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions