Skip to content

Bottom Sheet Dialog 높이를 컨텐츠가 차지하는 영역만큼 키우려면 어떻게 해야 할까요? #34

Answered by djyunz
djyunz asked this question in Q&A
Discussion options

You must be logged in to vote

제가 Bottom Sheet Dialog 의 구조를 잘 이해하지 못했던 것 같네요.

BottomSheetBehaviorProperties.State 의 기본 값이

Collapsed

인데, 실제로는

HalfExpanded

상태로 로 처음 화면에 노출되는 것 같습니다.

아래와 같이 완전 펼쳐진 상태 (Expanded) 로 설정하니 원하는 결과를 얻었네요.

behaviorProperties = BottomSheetBehaviorProperties( state = BottomSheetBehaviorProperties.State.Expanded )

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@workspace
Comment options

Answer selected by workspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants