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
- notification
- recyclerview
- Android
- HTTP
- sqlite
- AppBarLayout
- DataBinding
- Algorithm
- CollapsingToolbarLayout
- BOJ
- View
- LiveData
- Navigation
- activity
- 백준
- kotlin
- room
- Coroutine
- 알고리즘
- CoordinatorLayout
- hilt
- 코틀린
- Behavior
- CustomView
- 안드로이드
- onMeasure
- lifecycle
- onLayout
- 알림
- ViewModel
Archives
- Today
- Total
목록doesn't (1)
개발일지
삽질 - BottomSheetDialog 끝까지 보이게 하기
Dialog.behavior.state를 STATE_EXPANDED로 바꿔주자! BottomSheetDialogFragment에서 예시 override fun onCreateDialog(savedInstanceState: Bundle?): Dialog { return super.onCreateDialog(savedInstanceState).apply { if (this is BottomSheetDialog) { behavior.state = BottomSheetBehavior.STATE_EXPANDED } } }
삽질
2021. 9. 14. 09:34