콘텐츠, 라이브 메인

- 보이스 모닝콜 메뉴 추가
- 라이브 다시듣기 메뉴 라이브 메인으로 이동
This commit is contained in:
2024-10-11 14:11:56 +09:00
parent f2cca1e14b
commit 7c320b7f23
11 changed files with 56 additions and 23 deletions

View File

@@ -22,6 +22,28 @@
android:layout_marginTop="13.3dp"
android:layout_marginBottom="40dp" />
<LinearLayout
android:id="@+id/ll_review_live"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginBottom="40dp"
android:background="@drawable/img_bg_review_live"
android:gravity="center"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawablePadding="2.7dp"
android:fontFamily="@font/gmarket_sans_bold"
android:gravity="center"
android:text="라이브 다시듣기"
android:textColor="@color/color_672bff"
android:textSize="16.7sp"
app:drawableStartCompat="@drawable/ic_thumb_play_purple" />
</LinearLayout>
<include
android:id="@+id/layout_recommend_channel"
layout="@layout/layout_live_recommend_channel"