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