| Interface | Description |
|---|---|
| BottomSheetFragmentInterface |
This interface can be applied to a
Fragment to make it compatible with
BottomSheetFragmentDelegate. |
| ImagePickerSheetView.ImageProvider |
Interface for providing an image given the
ImageView and Uri. |
| ImagePickerSheetView.OnTileSelectedListener |
Callback for whenever a tile is selected in the sheet.
|
| IntentPickerSheetView.Filter | |
| IntentPickerSheetView.OnIntentPickedListener | |
| MenuSheetView.OnMenuItemClickListener |
A listener for menu item clicks in the sheet
|
| Class | Description |
|---|---|
| BottomSheetFragment |
A fragment that shows itself in a
BottomSheetLayout. |
| BottomSheetFragmentDelegate |
This class represents a delegate which you can use to extend BottomSheet's fragment support to any
Fragment implementing BottomSheetFragmentInterface. |
| ImagePickerSheetView |
A Sheet view for displaying recent images or options to pick or take pictures.
|
| ImagePickerSheetView.Builder | |
| ImagePickerSheetView.ImagePickerTile |
Backing class for image tiles in the grid.
|
| IntentPickerSheetView | |
| IntentPickerSheetView.ActivityInfo |
Represents an item in the picker grid
|
| MenuSheetView |
A SheetView that can represent a menu resource as a list or grid.
|
| Enum | Description |
|---|---|
| MenuSheetView.MenuType |
The supported display types for the menu items.
|
| Annotation Type | Description |
|---|---|
| ImagePickerSheetView.ImagePickerTile.SpecialTileType | |
| ImagePickerSheetView.ImagePickerTile.TileType |