关闭按钮位置调整

This commit is contained in:
liujing
2021-08-02 18:30:02 +08:00
parent 110fab0e3c
commit e6d3f1e59b

View File

@@ -8,9 +8,13 @@
<ImageView
android:id="@+id/cancel_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/module_common_icon_close" />
android:layout_width="@dimen/dp_106"
android:layout_height="@dimen/dp_106"
android:layout_marginLeft="@dimen/dp_30"
android:layout_marginTop="@dimen/dp_30"
android:src="@drawable/module_common_icon_close"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView
android:id="@+id/imageView"