在TableLayout中水平滚动时,标题和列未对齐

时间:2020-09-29 09:19:55

标签: android android-studio android-layout tableview

我在项目中使用“ android-tableview-kotlin”。这是github链接android-table-view。我面临的问题有时是水平滚动时标题和列未对齐。 这是示例代码:

                   <ph.ingenuity.tableview.TableView
                    android:id="@+id/tableView"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    app:table_column_header_height="@dimen/table_view_height"
                    app:table_row_header_width="@dimen/table_view_width"
                    app:table_selected_color="@color/colorPrimary"
                    app:table_separator_color="@color/colorAccent"
                    app:table_show_horizontal_separator="true"
                    app:table_show_vertical_separator="true" />

这是图片。

Screen shoot is given here

0 个答案:

没有答案