Android动态地在表行之间提供空间

时间:2011-03-18 11:28:57

标签: android padding tablelayout tablerow

我正在实现表格布局并动态地向其添加表格行。我想在这些行之间留出空间。我可以知道怎么做。我还在tableRow中添加了一个textView。我在xml文件中声明表格布局。我试着在表格行中填充填充物。但这似乎在tableRows中工作,而不是在tableRows之间。请帮忙。

2 个答案:

答案 0 :(得分:3)

您需要设置行的上边距或下边距。

以下是一个示例:Programmatically set margin for TableRow

答案 1 :(得分:0)

要设置表格布局中行之间的边距,您需要使用以下XML

<Tablelayout> android:stretchColumns="*" </Tablelayout >