feat: 메인 라이브

- 라이브 다시 듣기 UI 추가
This commit is contained in:
2025-07-18 20:43:30 +09:00
parent 964f697466
commit 2f9bace3de
7 changed files with 163 additions and 4 deletions

View File

@@ -134,6 +134,38 @@
android:clipToPadding="false"
android:paddingHorizontal="24dp" />
<LinearLayout
android:id="@+id/ll_replay_live"
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_replay_live"
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"