feat: 메인 라이브

- 최근 종료한 라이브 UI 추가
This commit is contained in:
2025-07-18 18:40:10 +09:00
parent 440104a7d1
commit bb23f9cf93
19 changed files with 326 additions and 13 deletions

View File

@@ -102,6 +102,39 @@
android:layout_height="wrap_content"
android:layout_marginBottom="48dp" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="24dp"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/pretendard_bold"
android:text="최근 "
android:textColor="@color/color_3bb9f1"
android:textSize="26sp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/pretendard_bold"
android:text="종료한 라이브"
android:textColor="@color/white"
android:textSize="26sp" />
</LinearLayout>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_latest_finished_live_channel"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:layout_marginBottom="48dp"
android:clipToPadding="false"
android:paddingHorizontal="24dp" />
<include
android:id="@+id/layout_recommend_channel"
layout="@layout/layout_live_recommend_channel"