将元素放置在 Android 中的自定义位置
我想制作一个应用程序,绘制带有一些背景的布局,然后添加一个 Imageview,然后在 Imageview 上的特定位置(x,y)添加一些图像按钮。
谁能告诉我如何做到这一点,或者一个简单的教程可以帮助我,因为我是 Android 新手?
I want to make an application that draws a layout with some background and then adds an Imageview and then adds some Image buttons on the Imageview in a specific places (x, y).
Can anyone tell me how to do that or a simple tutorial that may help me as I'm new to Android?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要将元素放置在特定位置,请使用 AbsoluteLayout
To place an element at a specific position, use an AbsoluteLayout
也许阅读 有关 GUI 的 Android 文档 是一个很好的第一步......
Maybe reading Android documentation about GUIs is a good first step...