如图,我想实现一个有网格的界面,而且每个格子都可以点击。
我尝试放一个白色的按钮在里面,但是有很淡的阴影不是很美观。。求指导
ringa_lee
There is such a layout method TableLayout in Android. It is very simple to click. Add an id to each control in the grid, then initialize the control and set the click event
tablelayout, or custom view, drawn with canvas, the latter is more difficult.
gridview, watch the video and learn by yourself so you won’t ask such questions
There is such a layout method TableLayout in Android. It is very simple to click. Add an id to each control in the grid, then initialize the control and set the click event
tablelayout, or custom view, drawn with canvas, the latter is more difficult.
gridview, watch the video and learn by yourself so you won’t ask such questions