开发者

Android: How to make, buttons and checkbox inside each box in a grid?

开发者 https://www.devze.com 2023-02-13 01:33 出处:网络
I need a grid view, and inside each box, in the grid, I need to insert buttons and check box. What are my options?

I need a grid view, and inside each box, in the grid, I need to insert buttons and check box. What are my options? --> I could not insert buttons + checkboxes by using gridView --> I tried drawing in canvas, got the grid, but couldnot insert buttons... Any suggestions??

开发者_如何学编程

Thanks in Advance!


How about a TableLayout? You can even give each cell a border if you want to see the lines.

0

精彩评论

暂无评论...
验证码 换一张
取 消