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 |
Tags
- CoordinatorLayout
- View
- LiveData
- CustomView
- AppBarLayout
- BOJ
- 알고리즘
- Coroutine
- Behavior
- room
- 안드로이드
- HTTP
- Android
- Navigation
- onLayout
- 코틀린
- hilt
- recyclerview
- DataBinding
- CollapsingToolbarLayout
- ViewModel
- sqlite
- lifecycle
- Algorithm
- notification
- activity
- onMeasure
- 알림
- kotlin
- 백준
Archives
- Today
- Total
개발일지
삽질 - Android Scroll View Child View match_parent 본문
안드로이드에서 뷰에 표시할 내용이 많을 때 Scroll View를 사용해서 해결할 수 있다. 하지만 Scroll View를 사용하면 자식 뷰를 하나만 가질 수 있고, 자식 뷰는 wrap_content속성을 사용해야 한다. 하지만 wrap_content를 사용하면 뷰들이 화면을 꽉 채우지 못했을 때 빈 공간이 생긴다.
Scroll View에 fillViewport를 추가하자!!!
'삽질' 카테고리의 다른 글
삽질 - SQLite Add Foreign Key (0) | 2021.01.18 |
---|---|
삽질 - Android CoordinatorLayout Floating Action Button (0) | 2020.12.10 |
삽질 - CoordinatorLayout RecyclerView (0) | 2020.12.09 |
삽질 - Android CollapsingToolbarLayout Title (0) | 2020.12.09 |
삽질 - Android ForegroundService (0) | 2020.11.29 |
Comments