I want to create "first time user guide" like this image,
now I can make it like this image. So, I want the card be able to point to another view like the first image.
Questions :
Thank you very much.
FrameLayout
. In your XML, put the pointer shape view to the last child of the FrameLayout, so it will be "above" the others, in the Z axis. Then in code, set the X and Y coordinates of the pointer shape view to point to another view.I hope it helps!