안드로이드 앱(Kotlin|Java)/[2025~] 안드로이드 앱
ScrollLayout 내부에서 RecyclerView가 전체 아이템 크기만큼 크기를 차지하고 스크롤 금지되면서 ScrollLayout자체는 스크롤 되도록
heylo
2025. 7. 10. 13:03
How to use vertical RecyclerView inside ScrollView in Android
It was one of my problems with how to design nested vertical RecyclerView inside ScrollView in Android. In this case, the answer is:
armanco.medium.com
제목과 같은 동작을 원하면
ScrollLayout대신 NestedScrollView를 사용하고
몇 가지 옵션을 적용해주면 된다.
[자세한 내용은 위 링크 참고]