I want to draw a table/grid by specifying the column count for each row and draw some cells in different colors. A row should span over the whole screen. The column-widths should be the same for the columns for each row. I tried using TableLayout with View or Textviews, but I couldn't figure out how I can distribute the columns evenly for each row.
The grid should look something like this: http://img148.imageshack.us/img148/4239/gridk.png