Skip to content

음식 카테고리 설정하는 bottom sheet dialog 구현 #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Apr 23, 2023

Conversation

soopeach
Copy link
Member

개요

  • 음식 카테고리를 설정할 수 있는 bottom sheet dialog 구현

동작 모습

bottom_sheet

특이사항

  • 바텀시트는 기본적으로 fullpage가 되면 모서리 곡률을 모두 제거함

두 가지 해결법이 있음

  • bottomSheetBehavioListener에 콜백을 추가하여 Expanded 상태일 경우 background를 다시 설정
  • bottomSheet의 스타일을 완전히 지워버리고 새로 커스텀하기 (이거 채택)
    • shapeAppearance를 null로 만들면 MaterialShapeDrawable을 막을 수 있음
      -> 참고

@soopeach soopeach added the enhancement New feature or request label Apr 16, 2023
@soopeach soopeach requested a review from dogdduddy April 16, 2023 09:44
@soopeach soopeach self-assigned this Apr 16, 2023
@soopeach soopeach added the Merge ASAP 확인 후 바로 머지 해주셔도 됩니다!! label Apr 16, 2023
@dogdduddy dogdduddy merged commit 43a72fc into develop Apr 23, 2023
dogdduddy added a commit that referenced this pull request Sep 9, 2024
음식 카테고리 설정하는 bottom sheet dialog 구현
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Merge ASAP 확인 후 바로 머지 해주셔도 됩니다!!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants