Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在水平和垂直方向的图像上绘制一个矩形,就像一个网格一样。我可以使用网格,但是当我平移(拖动)图像时,这将不起作用。矩形还应随图像平移或随图像移动。
最简单的方法应该是在一个框架布局中拥有一个将您想要的形状和图像一起绘制的视图。
然后你应该移动两个视图的布局而不是单独的视图。