From e6d3f1e59b33e081f30a8acd023f38aba3e3226a Mon Sep 17 00:00:00 2001 From: liujing Date: Mon, 2 Aug 2021 18:30:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=8C=89=E9=92=AE=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/check_dialog.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/modules/mogo-module-check/src/main/res/layout/check_dialog.xml b/modules/mogo-module-check/src/main/res/layout/check_dialog.xml index 9065951a1e..29724e604b 100644 --- a/modules/mogo-module-check/src/main/res/layout/check_dialog.xml +++ b/modules/mogo-module-check/src/main/res/layout/check_dialog.xml @@ -8,9 +8,13 @@ + 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" />