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
- Coroutine
- 알림
- sqlite
- room
- CollapsingToolbarLayout
- CoordinatorLayout
- CustomView
- ViewModel
- notification
- Android
- DataBinding
- recyclerview
- Algorithm
- 안드로이드
- AppBarLayout
- kotlin
- 코틀린
- 백준
- BOJ
- Navigation
- onLayout
- Behavior
- lifecycle
- LiveData
- 알고리즘
- hilt
- onMeasure
- HTTP
- activity
- View
Archives
- Today
- Total
목록ViewHolder 여백 (1)
개발일지
Android in A..Z - RecyclerView (ItemDecoration)
ItemDecoration RecyclerView의 ViewHolder를 꾸미는 역할을 한다. ViewHolder간의 동일한 여백을 주거나, 구분선을 넣기, RecyclerView Background 이미지 주기 등 다양한 효과를 줄 수 있다. GridSpacingItemDecoration 여백을 주는 ItemDecoration이다. class GridSpacingItemDecoration(private val spanCount: Int, private val spacing: Int, private val includeEdge: Boolean = true) : RecyclerView.ItemDecoration() { override fun getItemOffsets(outRect: Rect, view: ..
Android (안드로이드)/RecyclerView
2021. 1. 10. 17:54