TableRow rescales after all elements of row are clicked
问题 I am creating a Table of buttons, to control a LED Matrix via Bluetooth. I have found on the web Brian's Video Tutorials and followed his Dynamic Buttons and Images video to implement this. Here is the code: public class DrawerMode extends Activity { private static final int NUMOFCOL = 15; private static final int NUMOFROW = 8; Button buttons[][] = new Button[NUMOFROW][NUMOFCOL]; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); //Assign