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