How to style a tablelayout in android

后端 未结 2 1207
温柔的废话
温柔的废话 2021-01-16 11:09

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

2条回答
  •  -上瘾入骨i
    2021-01-16 12:01

    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.

提交回复
热议问题