Android 上的 3 x 3 网格,每个单元格中带有图像按钮
我想要一个 3 列 3 行的网格,并且每个单元格(单元格中心)都有一个图像按钮。
我尝试使用 gridview 但无法修复行数。 我尝试使用表格布局和 3 个表格行,但我无法在运行时更改宽度/高度
有什么想法吗?
I want to have a grid with 3 columns and 3 rows and an image button in each cell (center of cell).
I tried with gridview but I can't fix the number of rows.
I tried with a tablelayout and 3 tablerows, but I can't change width/height at runtime
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是表格布局,则只需对每个 ImageButton 执行以下操作:
If you're using a tablelayout you just need to do the following on each ImageButton: