1

enter image description here

I need create an interface like the image in android. Please help me. thanks so much!!

Thanh Le
  • 1,370
  • 2
  • 19
  • 30
  • yes, I know that, I should use tablelayout. But how can I get the separte between two columns and two rows like the picture. Thanks – Thanh Le Dec 19 '12 at 14:33

2 Answers2

1

Don't you mean you need a TableLayout

Erik N
  • 314
  • 1
  • 3
  • yes, I know that, I should use tablelayout. But how can I get the separte between two columns and two rows like the picture. Thanks – Thanh Le Dec 19 '12 at 14:33
  • this post has a nice solution for that http://stackoverflow.com/questions/2108456/how-can-i-create-a-table-with-borders-in-android – Erik N Dec 19 '12 at 14:39
1

There's nothing custom about this grid. You can use the standard grid with a SimpleArrayAdapter. Don't forget to set the correct number of columns.

Budius
  • 39,391
  • 16
  • 102
  • 144