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