feat(ui): 캐릭터 탭
- 섹션별로 데이터가 있으면 보여주고 없으면 UI를 제거하도록 로직 추가
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user