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 |
Tags
- notification
- onLayout
- 알림
- CustomView
- AppBarLayout
- 안드로이드
- recyclerview
- ViewModel
- Coroutine
- 코틀린
- Android
- View
- BOJ
- activity
- lifecycle
- CoordinatorLayout
- onMeasure
- LiveData
- kotlin
- hilt
- room
- HTTP
- CollapsingToolbarLayout
- 알고리즘
- DataBinding
- Algorithm
- Behavior
- sqlite
- 백준
- Navigation
Archives
- Today
- Total
목록짤림 (1)
개발일지
삽질 - CoordinatorLayout, ViewPager
CoordinatorLayout에서 ViewPager를 사용할 경우 이상하게 작동하는 경우가 있다. (ex : ViewPager가 짤린다.) AppBarLayout과 같이 사용시 @string/appbar_scrolling_view_behavior를 behavior로 설정하자. => @string/appbar_scrolling_view_behavior는 Scroll이 가능한 View에 설정해야한다. (NestedScrollView, RecyclerView)
삽질
2021. 1. 26. 05:51