feat(chat): 채팅 탭 기본 layout을 추가한다

This commit is contained in:
2026-06-10 14:26:39 +09:00
parent 55fb032b22
commit ee703eb13a
7 changed files with 178 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/soda_400" />
</shape>