喜欢 Android 菜单按钮布局
我正在制作一款 Android 游戏,我想要一个漂亮的菜单。我只使用了
和
的组合来放置我的按钮,这将它们设置在一条直线上。这是我的按钮:
我想如下所示放置它们。是否可以放置一个这样的按钮并且仍然可以单击?
I am making an Android game and I would like to have a nice menu. I have only every used the combination of <LinearLayout>
and <ImageView>
for placing my buttons, which sets them up in a straight line. Here are my buttons:
I want to place them as seen below. Is it possible to place a button like that and still make it click-able?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您还可以使用 OnTouchListern< /a> 可以设置为任何类型的视图。
You can also use a OnTouchListern which can be set to any kind of View.