I am using tablelayout in java file with 7 row and 7 column. In the first row i have three button which i want to place in 2nd, 4th and 6th column. The third button will span the column with 7th column. How can i define the column in java file and span the column. Next 6 row and 7 column contain 42 buttons.
Share
You should be able to use
columnandspan.I learned this from here if you want further info on TableLayouts.