I need to add following format rows for Android TableView. Can someone please help me to do this?
Thanks.
Android TableLayout going to be arranged groups of views into rows and columns. You will use the element to build a row in the table. Each row has zero or more cells; each cell can hold one View object
Try this layout.