feat(chat): 톡 목록 스키마 반영 및 채팅방 진입 연결

- TalkRoom 필드 변경 및 신규 스키마 적용
- 어댑터 바인딩/DiffUtil 수정, 프로필 이미지 28dp 라운드 처리
- 아이템 클릭 시 ChatRoomActivity로 이동(roomId 전달)
- item_talk 배경 제거, 최근 캐릭터 썸네일 모서리 28dp로 통일
This commit is contained in:
2025-08-14 14:46:12 +09:00
parent 012437e599
commit 6a6aa271ef
5 changed files with 34 additions and 23 deletions

View File

@@ -12,7 +12,6 @@
android:id="@+id/iv_profile"
android:layout_width="76dp"
android:layout_height="76dp"
android:background="@color/color_777777"
android:contentDescription="@null"
android:scaleType="centerCrop" />