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