From b68d6084efa949becd8a41e139d915a242eb954d Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 3 Sep 2020 22:26:14 +0800 Subject: [PATCH] fix bug of UI --- .idea/misc.xml | 2 +- .../src/main/res/layout/module_authorize_fragment.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index cd77a1f062..21e99e2dc0 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -4,7 +4,7 @@ - + \ No newline at end of file diff --git a/modules/mogo-module-authorize/src/main/res/layout/module_authorize_fragment.xml b/modules/mogo-module-authorize/src/main/res/layout/module_authorize_fragment.xml index 1555c89c18..1642421fb0 100644 --- a/modules/mogo-module-authorize/src/main/res/layout/module_authorize_fragment.xml +++ b/modules/mogo-module-authorize/src/main/res/layout/module_authorize_fragment.xml @@ -98,7 +98,7 @@ android:layout_marginTop="@dimen/dp_20" android:text="@string/module_authorize_agreement_error" android:textColor="@color/module_authorize_text" - android:textSize="@dimen/dp_45" + android:textSize="@dimen/dp_32" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/ivAuthorizeLoadingError" />