diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml
index 2eae5a261..272079118 100644
--- a/app/src/main/res/layout/fragment_home.xml
+++ b/app/src/main/res/layout/fragment_home.xml
@@ -1,5 +1,5 @@
-
+ android:background="@drawable/bg_home_top"
+ app:layout_constraintTop_toTopOf="parent" />
+ android:layout_height="wrap_content"
+ android:layout_marginTop="@dimen/dp_54"
+ android:layout_marginBottom="@dimen/dp_12"
+ android:gravity="center_vertical"
+ android:orientation="horizontal"
+ app:layout_constraintTop_toTopOf="parent">
-
+ android:paddingStart="@dimen/dp_13"
+ android:paddingEnd="0dp"
+ android:text="@string/search_id_room"
+ android:textColor="@color/color_B8B7C7"
+ android:textSize="@dimen/sp_12"
+ app:corner="@dimen/dp_16"
+ app:solid="@color/color_FAFBFC" />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ android:layout_height="wrap_content"
+ android:layout_marginEnd="@dimen/dp_12"
+ android:adjustViewBounds="true"
+ android:scaleType="center"
+ android:src="@drawable/ic_home_rank" />
-
+
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file