콘텐츠 메인 단편 탭

- 큐레이션 추가
This commit is contained in:
2025-02-17 23:40:37 +09:00
parent e46c34558e
commit e75602fc8d
4 changed files with 83 additions and 1 deletions

View File

@@ -184,5 +184,11 @@
android:layout_gravity="center"
android:layout_marginTop="6.7dp"
android:visibility="gone" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_curation"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clipToPadding="false" />
</LinearLayout>
</androidx.core.widget.NestedScrollView>