Revert "[6.5.1_exam]调整考试按钮位置"

This reverts commit 920b67f42b.
This commit is contained in:
xuxinchao
2024-08-01 18:19:27 +08:00
parent 920b67f42b
commit cea0a2251c

View File

@@ -300,10 +300,8 @@
android:layout_width="@dimen/dp_172"
android:layout_height="@dimen/dp_172"
android:background="@drawable/bus_operation_status_bg_selector"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintBottom_toTopOf="@id/module_mogo_och_arrived_tv"
android:layout_marginBottom="@dimen/dp_16"
>
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toRightOf="@id/lineView">
<TextView
android:layout_width="@dimen/dp_80"
@@ -322,7 +320,7 @@
android:layout_width="@dimen/dp_172"
android:layout_height="@dimen/dp_172"
android:background="@drawable/bus_operation_status_bg_selector"
app:layout_constraintBottom_toBottomOf="@id/module_mogo_och_stop"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toRightOf="@id/module_mogo_och_stop">
<TextView
@@ -343,7 +341,7 @@
android:layout_width="@dimen/dp_172"
android:layout_height="@dimen/dp_172"
android:background="@drawable/bus_operation_status_bg_selector"
app:layout_constraintBottom_toBottomOf="@id/module_mogo_och_start"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toRightOf="@id/module_mogo_och_start">
<TextView