From fa0895affc6e2d6d5d6f83a787a3ed187f76bb0b Mon Sep 17 00:00:00 2001 From: liujing Date: Mon, 18 Oct 2021 11:31:06 +0800 Subject: [PATCH] no message --- .../src/main/res/layout/check_dialog.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/function-impl/mogo-core-function-check/src/main/res/layout/check_dialog.xml b/core/function-impl/mogo-core-function-check/src/main/res/layout/check_dialog.xml index 9d6d1aae07..af07edb8d0 100644 --- a/core/function-impl/mogo-core-function-check/src/main/res/layout/check_dialog.xml +++ b/core/function-impl/mogo-core-function-check/src/main/res/layout/check_dialog.xml @@ -60,8 +60,8 @@ android:id="@+id/error_txt" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginTop="@dimen/dp_23" android:layout_marginLeft="@dimen/dp_26" + android:layout_marginTop="@dimen/dp_23" android:text="软件运行异常" android:textColor="@color/check_tip_error_color" android:textSize="@dimen/dp_38" @@ -104,7 +104,7 @@ android:id="@+id/check_button" android:layout_width="@dimen/dp_287" android:layout_height="@dimen/dp_100" - android:layout_marginTop="@dimen/check_button_bottom" + android:layout_marginTop="@dimen/dp_70" android:background="@drawable/check_button" android:gravity="center" android:text="立即体检"