[3.2.0] bus乘客屏recycleview 问题处理

This commit is contained in:
wangmingjun
2023-05-14 22:04:17 +08:00
parent 4c5da7b3e7
commit 91a4c90eba
2 changed files with 4 additions and 2 deletions

View File

@@ -236,7 +236,8 @@
android:paddingRight="@dimen/bus_p_route_info_margin_right"
android:requiresFadingEdge="vertical"
app:layout_constraintLeft_toLeftOf="@+id/bus_p_driver_num_plate_tv"
app:layout_constraintTop_toBottomOf="@+id/bus_p_cur_station_name" />
app:layout_constraintTop_toBottomOf="@+id/bus_p_cur_station_name"
app:layout_constraintBottom_toBottomOf="parent"/>
<androidx.constraintlayout.widget.Group

View File

@@ -229,7 +229,8 @@
android:paddingRight="@dimen/bus_p_route_info_margin_right"
android:requiresFadingEdge="vertical"
app:layout_constraintLeft_toLeftOf="@+id/bus_p_driver_num_plate_tv"
app:layout_constraintTop_toBottomOf="@+id/bus_p_cur_station_name" />
app:layout_constraintTop_toBottomOf="@+id/bus_p_cur_station_name"
app:layout_constraintBottom_toBottomOf="parent"/>
<androidx.constraintlayout.widget.Group