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