在 Java Swing 中,我可以使用 JPanel 自定义表格中每个区域的单击按钮;但是,对于 Android,没有这样的等效 JPanel。那么我应该使用什么小部件来实现这种行为呢?更具体地说,表格中的每个数字都应该是可点击的。
问问题
512 次
1 回答
0
You could make them custom buttons in a TableLayout
or use a GridView and incorporate it like a ListView
于 2013-01-12T04:20:36.050 回答