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