Android 动态地在表格行之间留出空间
我正在实现一个表格布局并动态添加表格行。我想在这些行之间留出空间。我可以知道该怎么做吗?我还向 tableRow 添加了一个 textView。我在 xml 文件中声明表布局。我尝试在表格行内添加填充。但这似乎在 tableRows 内起作用,而不是在 tableRows 之间起作用。请帮忙。
I am implementing a table layout and adding table rows to it dynamically. I want give space between these rows. may I know how to do it. I am also adding a textView to the tableRow. I am declaring the table layout in the xml file. I tried giving padding inside the table row. But that seems to work within the tableRows and not between tableRows. please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要设置行的顶部或底部边距。
下面是一个示例:以编程方式设置 TableRow 的边距
You need to set the top or bottom margin of rows.
Here is an example: Programmatically set margin for TableRow
要设置表格布局中行之间的边距,您需要使用以下 XML
To set the margin between rows in a table layout you need to use the following XML