feat(ui): 채팅 탭 추가

This commit is contained in:
2025-08-01 14:47:51 +09:00
parent f6e7229246
commit 3cf57c1f91
6 changed files with 71 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_chat" android:state_selected="false" />
<item android:drawable="@drawable/ic_chat_selected" android:state_selected="true" />
</selector>