From 110fab0e3c6de65ddebf70ded2e2ada3946077f8 Mon Sep 17 00:00:00 2001 From: liujing Date: Mon, 2 Aug 2021 12:41:17 +0800 Subject: [PATCH] =?UTF-8?q?[add]=20=E6=B7=BB=E5=8A=A0=E7=AB=8B=E5=8D=B3?= =?UTF-8?q?=E4=BD=93=E6=A3=80=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/drawable/check_button.xml | 2 +- .../src/main/res/drawable/check_detail.xml | 5 +++ .../src/main/res/layout/check_dialog.xml | 35 +++++++++++++++++-- 3 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 modules/mogo-module-check/src/main/res/drawable/check_detail.xml diff --git a/modules/mogo-module-check/src/main/res/drawable/check_button.xml b/modules/mogo-module-check/src/main/res/drawable/check_button.xml index dbb28cdb41..d159511f69 100644 --- a/modules/mogo-module-check/src/main/res/drawable/check_button.xml +++ b/modules/mogo-module-check/src/main/res/drawable/check_button.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/modules/mogo-module-check/src/main/res/drawable/check_detail.xml b/modules/mogo-module-check/src/main/res/drawable/check_detail.xml new file mode 100644 index 0000000000..dbb28cdb41 --- /dev/null +++ b/modules/mogo-module-check/src/main/res/drawable/check_detail.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file 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 76a1d06936..9065951a1e 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 @@ -29,6 +29,7 @@ android:layout_height="wrap_content" android:layout_marginStart="@dimen/dp_79" android:layout_marginTop="@dimen/dp_225" + android:visibility="invisible" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent"> @@ -63,11 +64,11 @@ app:layout_constraintTop_toBottomOf="@id/error_title" /> + + + + + + + \ No newline at end of file