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.
如果有办法做到这一点,请帮助我。
我有一个 ImageView。加载了默认图像。在我的应用程序中,我希望它被圈起来,比如说用铅笔素描,就像用铅笔圈出来的一样,然后有一个箭头从它引出。有没有办法把它放在图像视图周围,在布局中?请帮我。
一种方法(可能还有其他方法)是将 ImageView 替换为 RelativeLayout。将您当前的 ImageView 放置在该 RelativeLayout 中,并将第二个 ImageView 放置在其中,使两者重叠在同一个地方。第二个 ImageView 将包含您的铅笔/箭头的图像,否则将是透明的。
根据您正在寻找的确切外观,您可能会发现您需要 RelativeLayout 占用比主图像更多的屏幕空间,以便您的叠加层可以超出该图像。