亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

android中tablelayout怎么合并單元格

小億
184
2024-04-18 18:12:10
欄目: 編程語言

在Android中,TableLayout中沒有直接支持合并單元格的功能。但是可以通過設置TableRow中的layout_span屬性來實現單元格的合并。下面是一個示例代碼:

<TableLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content">

    <TableRow>

        <TextView
            android:text="Cell 1"
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_weight="1"/>

        <TextView
            android:text="Cell 2"
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_weight="1"/>

        <TextView
            android:text="Cell 3"
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_weight="1"/>

    </TableRow>

    <TableRow>

        <TextView
            android:text="Merged Cell"
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_weight="2"
            android:layout_span="2"/>

        <TextView
            android:text="Cell 4"
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_weight="1"/>

    </TableRow>

</TableLayout>

在上面的示例中,第二行的第一個單元格被合并為一個單元格,通過設置layout_span屬性為2來實現合并效果。

0
阿勒泰市| 鹤峰县| 永济市| 安徽省| 长子县| 东阳市| 双桥区| 诸城市| 衡水市| 开封市| 汾阳市| 秦安县| 焦作市| 车致| 南陵县| 金堂县| 林口县| 宜宾县| 万年县| 泸定县| 景谷| 奉化市| 邵阳县| 莎车县| 高尔夫| 吐鲁番市| 锡林郭勒盟| 南漳县| 徐闻县| 广东省| 宁乡县| 南阳市| 灵宝市| 松溪县| 闻喜县| 莫力| 修文县| 仪征市| 怀安县| 惠水县| 伊川县|