gpt4 book ai didi

android - Android TableLayout 中的 "colspan"相当于什么?

转载 作者:IT老高 更新时间:2023-10-28 12:59:35 29 4
gpt4 key购买 nike

我在 Android 中使用 TableLayout。现在我有一个包含两个项目的 TableRow,在它下面,一个包含一个项目的 TableRow。它呈现如下:

-----------------------------
| Cell 1 | Cell 2 |
-----------------------------
| Cell 3 |
---------------

我想要做的是让单元格 3 横跨两个上部单元格,所以它看起来像这样:

-----------------------------
| Cell 1 | Cell 2 |
-----------------------------
| Cell 3 |
-----------------------------

在 HTML 中,我会使用 COLSPAN....如何在 Android 中进行这项工作?

最佳答案

似乎有一个属性可以做到这一点: layout_span

更新:此属性必须应用于 TableRow 的子项。不是 TableRow 本身。

关于android - Android TableLayout 中的 "colspan"相当于什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2710793/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com