feat(ui): 캐릭터 탭

- 섹션별로 데이터가 있으면 보여주고 없으면 UI를 제거하도록 로직 추가
This commit is contained in:
2025-08-04 23:38:51 +09:00
parent f0eda41c7c
commit 93fc837b7a
4 changed files with 94 additions and 75 deletions

View File

@@ -37,6 +37,7 @@
<!-- 최근 대화한 캐릭터 섹션 -->
<LinearLayout
android:id="@+id/ll_latest_characters"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="48dp"
@@ -83,6 +84,7 @@
<!-- 인기 캐릭터 섹션 -->
<LinearLayout
android:id="@+id/ll_popular_characters"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="48dp"
@@ -127,6 +129,7 @@
<!-- 신규 캐릭터 섹션 -->
<LinearLayout
android:id="@+id/ll_new_characters"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="48dp"