| Class | Description |
|---|---|
| BottomSheetCoordinatorBehavior |
This
Behavior allows AppBarLayout to accept drag events. |
| BottomSheetCoordinatorLayout |
A hacky
CoordinatorLayout that can act as a bottom sheet through
BottomSheetBehavior. |
| BottomSheetInsetsBehavior<V extends android.view.View> |
This:
- tries to fix the hideable bug
- ensures that any inset is passed to our bottom sheet view before it is consumed by some other.
|
| BottomSheetInsetsBehavior.SavedState |