91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

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
乌苏市| 惠来县| 金华市| 沙雅县| 临城县| 木里| 大悟县| 漳平市| 时尚| 福清市| 留坝县| 陕西省| 萝北县| 合山市| 济宁市| 德安县| 郓城县| 平武县| 普兰县| 河北省| 平顺县| 滕州市| 婺源县| 清流县| 交口县| 香河县| 开阳县| 兴安县| 西昌市| 常熟市| 周至县| 通许县| 巩留县| 松阳县| 五峰| 延津县| 东光县| 华阴市| 宝山区| 苍梧县| 彰化县|