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