feat(home): 라이브 섹션 전체 아이템을 추가한다

This commit is contained in:
2026-06-02 17:04:53 +09:00
parent 0e50d7f8d5
commit 9b29623f6f
4 changed files with 136 additions and 13 deletions

View File

@@ -39,19 +39,20 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingBottom="@dimen/spacing_32">
android:paddingBottom="@dimen/spacing_28">
<LinearLayout
android:id="@+id/ll_home_live_section"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingTop="@dimen/spacing_24">
android:layout_marginTop="@dimen/spacing_12"
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_home_lives"
android:layout_width="match_parent"
android:layout_height="120dp"
android:layout_height="wrap_content"
android:clipToPadding="false"
android:orientation="horizontal"
android:paddingHorizontal="@dimen/spacing_20"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
@@ -63,7 +64,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingTop="@dimen/spacing_24">
android:paddingTop="@dimen/spacing_28">
<kr.co.vividnext.sodalive.v2.widget.banner.BannerView
android:id="@+id/rv_home_banners"

View File

@@ -12,6 +12,9 @@
<dimen name="spacing_32">32dp</dimen>
<dimen name="spacing_48">48dp</dimen>
<dimen name="home_live_more_width">58dp</dimen>
<dimen name="home_live_row_height">102dp</dimen>
<dimen name="radius_4">4dp</dimen>
<dimen name="radius_8">8dp</dimen>
<dimen name="radius_14">14dp</dimen>