From 760cbb8228d9867d7593b8104443b3257d755957 Mon Sep 17 00:00:00 2001 From: klaus Date: Wed, 13 Aug 2025 20:14:51 +0900 Subject: [PATCH] feat(chat-room-ui): implement main chat room layout (task 3.1) --- .../main/res/layout/activity_chat_room.xml | 214 +++++++++++++++++- 1 file changed, 212 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/activity_chat_room.xml b/app/src/main/res/layout/activity_chat_room.xml index 13544084..5e844b0c 100644 --- a/app/src/main/res/layout/activity_chat_room.xml +++ b/app/src/main/res/layout/activity_chat_room.xml @@ -1,6 +1,216 @@ - + android:layout_height="match_parent" + android:background="@color/color_131313"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +