본문 바로가기

개발일지

검색하기
개발일지
프로필사진 강태종

  • Programming (프로그래밍) (212)
    • Android (안드로이드) (99)
      • RecyclerView (14)
      • Room (7)
      • Databinding (6)
      • CoordinatorLayout (4)
      • Lifecycle (5)
      • HTTP (4)
      • Hilt (4)
      • Navigation (5)
      • View (8)
      • OAuth (4)
      • Paging (4)
      • Notification (5)
      • GestureLayout (0)
      • Widget (2)
    • 삽질 (18)
    • Algorithm (알고리즘) (34)
    • Kotlin (코틀린) (38)
    • Computer Science (4)
    • Design Pattern (디자인 패턴) (5)
    • Problem Solving (6)
    • Database (3)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
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
  • Algorithm
  • HTTP
  • kotlin
  • Behavior
  • 알림
  • hilt
  • CoordinatorLayout
  • notification
  • 알고리즘
  • CollapsingToolbarLayout
  • onMeasure
  • lifecycle
  • room
  • ViewModel
  • LiveData
  • recyclerview
  • activity
  • AppBarLayout
  • Navigation
  • DataBinding
  • Android
  • Coroutine
  • 코틀린
  • sqlite
  • CustomView
  • BOJ
  • onLayout
  • View
  • 안드로이드
  • 백준
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록끝까지 (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
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바