feat(home): 응원 크리에이터 카드 바인딩을 추가한다

This commit is contained in:
2026-06-04 20:18:06 +09:00
parent d5f46e6325
commit edf4a94494
4 changed files with 217 additions and 17 deletions

View File

@@ -189,14 +189,10 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_home_cheer_creators"
android:layout_width="match_parent"
android:layout_height="160dp"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingHorizontal="@dimen/spacing_20"
android:paddingHorizontal="@dimen/spacing_14"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
<include
android:id="@+id/view_home_cheer_follow_all"
layout="@layout/view_home_follow_all_button" />
</LinearLayout>
<LinearLayout