Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- androidstudio
- firebase
- Imageview
- button
- 안드로이드스튜디오
- nav_graph
- ButtonWithButton
- ROOM
- 뷰바인딩
- 코틀린
- ViewModel
- 안드로이드
- EditText
- 밑줄
- Android
- RealtimeDB
- MaterialButton
- Activity
- 팝업액티비티
- 안드로이드 스튜디오
- Kotlin
- firebasefunctions
- ArrayList
- Dialog
- 랜덤ID
- FRAGMENT
- BottomSheetDialog
- lifecyclescope
- OutlinedButton
- textview
Archives
- Today
- Total
안드로이드 앱 개발
ScrollView VS NestedScrollView 본문
https://choheeis.github.io/newblog//articles/2020-05/nestedScrollView
잘 정리된 글
* 요약하자면
Scrollview 안에는 RecylerView를 넣으면 안된다
리사이클러뷰의 마지막행까지 스크롤이 안되기 때문이다.
따라서 RecyclerView를 포함한 Scrollview를 위해서는 NestedScrollview를 써야한다.
'안드로이드앱' 카테고리의 다른 글
BottomNavigationView에서 Ripple 효과를 없애주고 싶다. (0) | 2021.07.08 |
---|---|
Ted의 ImagePicker (0) | 2021.07.04 |
Recyclerview 드래그앤드롭 (0) | 2021.06.24 |
이미지뷰 Tint 색을 바꾸는 코드 (xml 아님) (0) | 2021.06.22 |
kotlin에서 Activity.this는 ... (0) | 2021.06.19 |