feat(home): 홈 추천 섹션 간격을 정리한다
This commit is contained in:
@@ -63,8 +63,8 @@
|
|||||||
android:id="@+id/ll_home_banner_section"
|
android:id="@+id/ll_home_banner_section"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical"
|
android:layout_marginTop="@dimen/spacing_28"
|
||||||
android:paddingTop="@dimen/spacing_28">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<kr.co.vividnext.sodalive.v2.widget.banner.BannerView
|
<kr.co.vividnext.sodalive.v2.widget.banner.BannerView
|
||||||
android:id="@+id/rv_home_banners"
|
android:id="@+id/rv_home_banners"
|
||||||
@@ -76,8 +76,8 @@
|
|||||||
android:id="@+id/ll_home_recent_activity_section"
|
android:id="@+id/ll_home_recent_activity_section"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical"
|
android:layout_marginTop="@dimen/spacing_48"
|
||||||
android:paddingTop="@dimen/spacing_24">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<include
|
<include
|
||||||
android:id="@+id/view_home_recent_activity_title"
|
android:id="@+id/view_home_recent_activity_title"
|
||||||
@@ -86,9 +86,11 @@
|
|||||||
<androidx.recyclerview.widget.RecyclerView
|
<androidx.recyclerview.widget.RecyclerView
|
||||||
android:id="@+id/rv_home_recent_activity_creators"
|
android:id="@+id/rv_home_recent_activity_creators"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="160dp"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginTop="@dimen/spacing_14"
|
||||||
|
android:clipToPadding="false"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:paddingHorizontal="@dimen/spacing_20"
|
android:paddingHorizontal="@dimen/spacing_14"
|
||||||
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
@@ -96,8 +98,8 @@
|
|||||||
android:id="@+id/ll_home_recent_debut_section"
|
android:id="@+id/ll_home_recent_debut_section"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical"
|
android:layout_marginTop="@dimen/spacing_48"
|
||||||
android:paddingTop="@dimen/spacing_24">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<include
|
<include
|
||||||
android:id="@+id/view_home_recent_debut_title"
|
android:id="@+id/view_home_recent_debut_title"
|
||||||
@@ -106,9 +108,10 @@
|
|||||||
<androidx.recyclerview.widget.RecyclerView
|
<androidx.recyclerview.widget.RecyclerView
|
||||||
android:id="@+id/rv_home_recent_debut_creators"
|
android:id="@+id/rv_home_recent_debut_creators"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="160dp"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginTop="@dimen/spacing_14"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:paddingHorizontal="@dimen/spacing_20"
|
android:paddingHorizontal="@dimen/spacing_14"
|
||||||
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
@@ -116,8 +119,8 @@
|
|||||||
android:id="@+id/ll_home_first_audio_section"
|
android:id="@+id/ll_home_first_audio_section"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical"
|
android:layout_marginTop="@dimen/spacing_48"
|
||||||
android:paddingTop="@dimen/spacing_24">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<include
|
<include
|
||||||
android:id="@+id/view_home_first_audio_title"
|
android:id="@+id/view_home_first_audio_title"
|
||||||
@@ -126,9 +129,11 @@
|
|||||||
<androidx.recyclerview.widget.RecyclerView
|
<androidx.recyclerview.widget.RecyclerView
|
||||||
android:id="@+id/rv_home_first_audio_contents"
|
android:id="@+id/rv_home_first_audio_contents"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="180dp"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginTop="@dimen/spacing_14"
|
||||||
|
android:clipToPadding="false"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:paddingHorizontal="@dimen/spacing_20"
|
android:paddingHorizontal="@dimen/spacing_14"
|
||||||
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
@@ -136,8 +141,8 @@
|
|||||||
android:id="@+id/ll_home_ai_character_section"
|
android:id="@+id/ll_home_ai_character_section"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical"
|
android:layout_marginTop="@dimen/spacing_48"
|
||||||
android:paddingTop="@dimen/spacing_24">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<include
|
<include
|
||||||
android:id="@+id/view_home_ai_character_title"
|
android:id="@+id/view_home_ai_character_title"
|
||||||
@@ -146,7 +151,8 @@
|
|||||||
<androidx.recyclerview.widget.RecyclerView
|
<androidx.recyclerview.widget.RecyclerView
|
||||||
android:id="@+id/rv_home_ai_characters"
|
android:id="@+id/rv_home_ai_characters"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="180dp"
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginTop="@dimen/spacing_14"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:paddingHorizontal="@dimen/spacing_20"
|
android:paddingHorizontal="@dimen/spacing_20"
|
||||||
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
|
||||||
@@ -156,13 +162,13 @@
|
|||||||
android:id="@+id/ll_home_genre_creator_section"
|
android:id="@+id/ll_home_genre_creator_section"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical"
|
android:layout_marginTop="@dimen/spacing_48"
|
||||||
android:paddingTop="@dimen/spacing_24">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/ll_home_genre_creator_title"
|
android:id="@+id/ll_home_genre_creator_title"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="42dp"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:paddingHorizontal="@dimen/spacing_20">
|
android:paddingHorizontal="@dimen/spacing_20">
|
||||||
|
|||||||
Reference in New Issue
Block a user