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
- activity
- onLayout
- BOJ
- Android
- sqlite
- View
- Coroutine
- hilt
- room
- ViewModel
- 백준
- lifecycle
- DataBinding
- 알고리즘
- HTTP
- Algorithm
- 알림
- CollapsingToolbarLayout
- onMeasure
- kotlin
- CustomView
- recyclerview
- Behavior
- Navigation
- CoordinatorLayout
- AppBarLayout
- notification
- 코틀린
- LiveData
- 안드로이드
Archives
- Today
- Total
목록Title (2)
개발일지
Android in A..Z - CoordinatorLayout (CollapsingToolbarLayout)
CollapsingToolbarLayout FrameLayout을 상속받은 View로 AppBarLayout이 CoordinatorLayout의 Child View에서만 정상작동 하듯이 CollapsingToolbarLayout은 AppBarLayout의 Child View일 때 정상작동 한다. Toolbar 기본적으로 toolbarId 값을 정하여 CollapsingToolbar에 Toolbar를 알리지만 굳이 추가하지 않아도 내부적으로 Toolbar를 찾는다. app:toolbarId="@id/toolbar" Title 기본적으로 title을 정하지 않으면 Toolbar의 title을 가져온다. titleEnabled를 설정하면 CollapsingToolbar의 Title을 사용하고 설정하지 않으면 ..
Android (안드로이드)/CoordinatorLayout
2021. 1. 27. 01:43