Can anyone tell me how to add a boarder to a TableLayout in android, like the one below?
http://developer.android.com/images/table_layout.png
TableLayout containers do not display border lines for their rows, columns, or cells. You cannot add border to table layout cells which is mentioned in the TableLayout Javadoc.