feat: 마이페이지

- 최근 들은 콘텐츠 추가
This commit is contained in:
2025-07-25 21:33:49 +09:00
parent 39be49b481
commit 7ed5e921bd
13 changed files with 330 additions and 12 deletions

View File

@@ -385,9 +385,7 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_recent_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clipToPadding="false"
android:paddingHorizontal="24dp" />
android:layout_height="wrap_content" />
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>