如何在android中的相对布局中将一张图像放置在另一张图像的角落?
我有两个图像。图A是一个矩形,图B是一个圆形。我希望图像 B 位于图像 A 的右下角 - 1/4 位于图像 A 内部,另外 3/4 位于图像 A 外部。
我不知道如何使用我的 Android 应用程序的相对布局来做到这一点。有什么帮助吗?
谢谢。
I have two images. image A is a rectangle one and image B is a circular one. I want image B to be at the lower right corner of image A - 1/4th of it inside image A and the other 3/4th of it outside.
I am not sure how to do this using relative layout for my android app. Any help ?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这段代码可能对你有帮助。
this code may help you.