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
- onMeasure
- Coroutine
- CustomView
- ViewModel
- View
- DataBinding
- notification
- Android
- CoordinatorLayout
- onLayout
- 알림
- AppBarLayout
- room
- Behavior
- activity
- LiveData
- hilt
- sqlite
- Navigation
- Algorithm
- 알고리즘
- 안드로이드
- recyclerview
- CollapsingToolbarLayout
- kotlin
- BOJ
- 백준
- HTTP
- lifecycle
- 코틀린
Archives
- Today
- Total
개발일지
삽질 - Android CollapsingToolbarLayout Title 본문
CollapsingToolbarLayout은 app:title속성을 지정하지 않으면 toolbar에 설정된 title을 가져온다.
=> Toolbar의 height를 wrap_content로 하면 못가져옴 => ?attr/actionBarSize로 바꾼다.
'삽질' 카테고리의 다른 글
삽질 - SQLite Add Foreign Key (0) | 2021.01.18 |
---|---|
삽질 - Android CoordinatorLayout Floating Action Button (0) | 2020.12.10 |
삽질 - CoordinatorLayout RecyclerView (0) | 2020.12.09 |
삽질 - Android Scroll View Child View match_parent (0) | 2020.12.04 |
삽질 - Android ForegroundService (0) | 2020.11.29 |
Comments