[카카오페이 메인 클론코딩 1] BottomSheetBehavior 구현

2021. 1. 10. 21:59모바일/Android_Java

bottom_sheet_behavior

사용법

  • 부모 레이아웃이 CoordinateLayout이여야 한다.
 <LinearLayout
        android:id="@+id/bottomSheet"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="#EEE"
        android:orientation="vertical"
        app:behavior_peekHeight="64dp"
        app:behavior_hideable="false"
        app:layout_behavior="@string/bottom_sheet_behavior">
  • behavior_peekHeight: 기본적으로 보여질 높이
  • behavior_hideable: 사용자의 액션에 의해 완전지 감춰질지 여부