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 |
Tags
- BottomSheetDialog
- navigation component
- shotcut
- datastore
- jsontokotlinclass
- ChromeCustomTab
- ExifInterface
- Git
- Blinking
- LOG
- 403 Error
- notification bar
- Plugins
- itemAnimator
- onResume
- App Startup
- kdoc-generator
- room
- Android
- skipcollapsed
- prettyJson
- 이미지 gps
- requestPermission
- webview
- application
- notification
- ActivityResultContracts
- notification setting
- circlecrop
- onReceivedSslError
Archives
- Today
- Total
Debbi Story
[Android] BottomSheetDialog 완전히 펼치기 본문
728x90
안녕하세요 BottomSheetDialog를 사용할때
BottomSheetBehavior 상태를 STATE_EXPANDED 로 해도 Dialog를 show했을때
완전히 펼쳐지지 않는 문제가 있었습니다.
behavior.skipCollapsed = true
그럴때 skipCollapsed 속성을 true로 변경해주시면 완전히 펼친 상태로 나타나게 됩니다!
'안드로이드 > Tip' 카테고리의 다른 글
[Android] OkHttpClient + Moshi response Log 보기 쉽게 출력하기! (0) | 2022.01.03 |
---|---|
[Android Studio] 내가 자주 사용하는 단축키 정리. (0) | 2021.12.30 |
[Android] RecyclerView blinking issue 깜박임 문제 (0) | 2021.12.08 |
[Android] Permission 거부 처리 ActivityResultContracts (0) | 2021.11.17 |
[Android] 네트워크 연결 감지하기! (0) | 2021.11.14 |