feat(home): 라이브 섹션 전체 아이템을 추가한다
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user