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
- 코틀린
- LiveData
- kotlin
- onLayout
- ViewModel
- BOJ
- Coroutine
- lifecycle
- HTTP
- Android
- hilt
- 알림
- Algorithm
- room
- CollapsingToolbarLayout
- Behavior
- View
- 안드로이드
- recyclerview
- DataBinding
- CoordinatorLayout
- Navigation
- sqlite
- 알고리즘
- notification
- AppBarLayout
- 백준
- CustomView
- onMeasure
- activity
Archives
- Today
- Total
목록viewpager2 (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