[fix]
[探路UI变更]
This commit is contained in:
yangyakun
2025-06-17 15:07:33 +08:00
parent aa1583a6ea
commit 531e4c05b8

View File

@@ -34,10 +34,10 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@id/rvExplorationList"
android:layout_width="wrap_content"
android:layout_height="@dimen/dp_300"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_14"
app:layout_constraintBottom_toBottomOf="parent"
android:layout_marginBottom="@dimen/dp_29"
android:layout_marginBottom="@dimen/dp_14"
app:layout_constraintLeft_toLeftOf="@id/tvExplorationTitle"
app:layout_constraintTop_toBottomOf="@id/tvExplorationTitle" />