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