From 6d94c39bf213b4903e76284632d25093b2ba363c Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 30 Mar 2020 15:03:53 +0800 Subject: [PATCH 1/2] fix bug --- .../main/res/layout/module_authorize_fragment.xml | 14 +++++++++----- .../com/mogo/module/guide/MogoGuideProvider.kt | 5 ++++- 2 files changed, 13 insertions(+), 6 deletions(-) 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 14a5bb005d..27a7a62c31 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 @@ -109,7 +109,7 @@ android:layout_marginTop="@dimen/dp_90" android:layout_marginRight="@dimen/dp_330" android:layout_marginBottom="@dimen/dp_90" - android:background="@drawable/module_authorize_shape_drak_top_corner" + android:background="@drawable/module_authorize_selector_dark_corner" android:visibility="gone" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -117,7 +117,8 @@