gpt4 book ai didi

android - 如何使表头行不动?

转载 作者:行者123 更新时间:2023-11-30 04:24:32 28 4
gpt4 key购买 nike

此代码有效,但我需要调整标题字段和剩余表格的大小。如何调整列的大小?

<HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/table_hsv"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<TableLayout
android:id="@+id/table_header"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:stretchColumns="1" >
<TableRow
android:id="@+id/table_header_row"
android:background="@color/listcolor" >
</TableRow>
<ScrollView
android:id="@+id/table_sv"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<TableLayout
android:id="@+id/table_data"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:stretchColumns="1" >
</TableLayout>
</ScrollView>
</TableLayout>
</HorizontalScrollView>

谢谢

最佳答案

对不起,我已经找到问题的解决方法。 https://github.com/StylingAndroid/ScrollingTable

关于android - 如何使表头行不动?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8727750/

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