feat: 메인 라이브, 메인 홈

- 섹션 제목 크기 26 -> 24
- 오디션 배너 변경
- 추천 채널 아이템 bg 톤다운
This commit is contained in:
2025-07-19 04:02:29 +09:00
parent d7cc874684
commit c55cc68f5c
18 changed files with 91 additions and 80 deletions

View File

@@ -2,13 +2,13 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="144dp"
android:layout_width="160dp"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/iv_content_cover_image"
android:layout_width="144dp"
android:layout_height="144dp"
android:layout_width="160dp"
android:layout_height="160dp"
android:contentDescription="@null"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />