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