From 5231ef4d14d3e3102aef0f77449534b9fe0b9a57 Mon Sep 17 00:00:00 2001 From: liujing Date: Fri, 15 Oct 2021 11:12:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=89=B2=E5=80=BC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/check_dialog.xml | 28 +++++++++---------- .../src/main/res/values/colors.xml | 2 +- 2 files changed, 15 insertions(+), 15 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 b7f215582e..30fed4d582 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 @@ -33,29 +33,28 @@ android:layout_height="wrap_content" android:layout_marginStart="@dimen/dp_97" android:layout_marginTop="@dimen/dp_225" - android:visibility="invisible" + android:visibility="visible" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent"> + + - - + app:layout_constraintTop_toBottomOf="@id/error_title" /> diff --git a/core/function-impl/mogo-core-function-check/src/main/res/values/colors.xml b/core/function-impl/mogo-core-function-check/src/main/res/values/colors.xml index 899fcf4ec0..14ad4dd1e6 100644 --- a/core/function-impl/mogo-core-function-check/src/main/res/values/colors.xml +++ b/core/function-impl/mogo-core-function-check/src/main/res/values/colors.xml @@ -11,7 +11,7 @@ #EE3132 #666DA5 #767FCD - #151738 + #1C2149 \ No newline at end of file