Android 动态地在表格行之间留出空间

发布于 2024-10-24 16:45:26 字数 154 浏览 1 评论 0原文

我正在实现一个表格布局并动态添加表格行。我想在这些行之间留出空间。我可以知道该怎么做吗?我还向 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

埖埖迣鎅 2024-10-31 16:45:26

您需要设置行的顶部或底部边距。

下面是一个示例:以编程方式设置 TableRow 的边距

You need to set the top or bottom margin of rows.

Here is an example: Programmatically set margin for TableRow

梓梦 2024-10-31 16:45:26

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

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

To set the margin between rows in a table layout you need to use the following XML

<Tablelayout> android:stretchColumns="*" </Tablelayout >
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文