修复UI bug

This commit is contained in:
董宏宇
2020-10-19 15:44:08 +08:00
parent 83f78f8288
commit 9a8da1fa7c
3 changed files with 8 additions and 9 deletions

View File

@@ -4,10 +4,9 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/rvRoadEventList"
android:layout_width="match_parent"
android:layout_height="@dimen/module_v2x_fatigue_driving_window_height_ground"
android:orientation="vertical"
android:layout_height="match_parent"
android:orientation="horizontal"
android:overScrollMode="never"
android:padding="@dimen/module_v2x_widow_top_gaps"
tools:itemCount="1"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
tools:listitem="@layout/item_v2x_fault_help" />