add:守护列表新增返回按钮
This commit is contained in:
BIN
live/src/main/res/drawable/icon_return.png
Normal file
BIN
live/src/main/res/drawable/icon_return.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 487 B |
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user