boostcampwm-2022 / android06-mogle

🔮 모글(mogle) - 지도에 쓰는 다이어리, 기록, 일기
32 stars 4 forks source link

BottomSheetDragHandleView 사용 안되는 문제 #25

Open jaemin-Yoo opened 1 year ago

jaemin-Yoo commented 1 year ago

❌ 버그 설명

Material3 Bottom Sheet 구현 중 DragHandleView를 사용하고 싶은데 BottomSheetDragHandleView를 인식하지 못한다.

🚶‍♂️ 접근 방법

https://github.com/material-components/material-components-android/blob/master/docs/components/BottomSheet.md 위 링크를 참고해 구현할 수 있다.

🧐 예상 행동

xml에서 BottomSheetDragHandleView를 정의한다.

📢 추가 사항

appcompat, material version을 모두 최신버전으로 올려봐도 인식 불가.