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 9065951a1e..29724e604b 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
@@ -8,9 +8,13 @@
+ android:layout_width="@dimen/dp_106"
+ android:layout_height="@dimen/dp_106"
+ android:layout_marginLeft="@dimen/dp_30"
+ android:layout_marginTop="@dimen/dp_30"
+ android:src="@drawable/module_common_icon_close"
+ app:layout_constraintLeft_toLeftOf="parent"
+ app:layout_constraintTop_toTopOf="parent" />