add:守护列表新增返回按钮

This commit is contained in:
2022-09-01 17:09:52 +08:00
parent 73922b17a4
commit bb81bd380d
5 changed files with 41 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 487 B

View File

@@ -18,6 +18,17 @@
app:layout_constraintStart_toStartOf="parent">
<ImageView
android:id="@+id/guard_back"
android:layout_width="10dp"
android:layout_height="18dp"
android:layout_marginStart="21dp"
android:layout_marginTop="16dp"
android:visibility="gone"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/icon_return" />
<LinearLayout
android:id="@+id/guard_linearLayout"
android:layout_width="182dp"
@@ -74,8 +85,8 @@
android:layout_height="110dp"
android:layout_marginStart="6dp"
android:layout_marginTop="16dp"
android:gravity="center"
android:layout_marginEnd="6dp"
android:gravity="center"
android:orientation="vertical"
android:overScrollMode="never"
app:layout_constraintEnd_toEndOf="parent"

View File

@@ -20,7 +20,7 @@
<LinearLayout
android:id="@+id/guard_linearLayout"
android:layout_width="182dp"
android:layout_width="0dp"
android:layout_height="42dp"
android:layout_marginTop="52dp"
android:layout_marginBottom="21dp"