android - View overlapped by another view -


Is there a way to find out that a scene overlaps with another view? Like a Relative Layout

Thank you very much, Gretty

I think only by hand.

Meaning, walking on each level of diamond and tree, get the notation of each scene and compare to the intersection.

Comments