diff --git a/app/src/main/res/layout/item_bottom_emoji.xml b/app/src/main/res/layout/item_bottom_emoji.xml
new file mode 100644
index 0000000..ef40623
--- /dev/null
+++ b/app/src/main/res/layout/item_bottom_emoji.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/pome_friend_emotion_bottom_sheet_dialog.xml b/app/src/main/res/layout/pome_friend_emotion_bottom_sheet_dialog.xml
index 5f359e3..5182bc0 100644
--- a/app/src/main/res/layout/pome_friend_emotion_bottom_sheet_dialog.xml
+++ b/app/src/main/res/layout/pome_friend_emotion_bottom_sheet_dialog.xml
@@ -32,8 +32,8 @@
android:layout_marginBottom="20dp"
android:src="@drawable/emoji_love"
app:layout_constraintBottom_toTopOf="@+id/friend_detail_all_emotion_tv"
- app:layout_constraintStart_toEndOf="@+id/friend_detail_profile_iv"
- app:layout_constraintEnd_toStartOf="@+id/friend_detail_emoji_what_iv"/>
+ app:layout_constraintEnd_toStartOf="@+id/friend_detail_emoji_what_iv"
+ app:layout_constraintStart_toEndOf="@+id/friend_detail_profile_iv" />
+ app:layout_constraintEnd_toStartOf="@+id/friend_detail_emoji_merong_iv"
+ app:layout_constraintStart_toEndOf="@+id/friend_detail_emoji_love_iv" />
+ app:layout_constraintEnd_toStartOf="@+id/friend_detail_emoji_glass_iv"
+ app:layout_constraintStart_toEndOf="@+id/friend_detail_emoji_what_iv" />
+ app:layout_constraintEnd_toStartOf="@+id/friend_detail_emoji_sad_iv"
+ app:layout_constraintStart_toEndOf="@+id/friend_detail_emoji_merong_iv" />
+ app:layout_constraintStart_toEndOf="@+id/friend_detail_emoji_glass_iv" />
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintLeft_toRightOf="@id/friend_detail_emoji_sad_iv" />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ app:layout_constraintHorizontal_bias="1.0"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toBottomOf="@+id/friend_detail_all_emotion_tv"
+ tools:listitem="@layout/item_bottom_emoji" />
\ No newline at end of file