Package-level declarations

Types

Link copied to clipboard
open class SideSheetBehavior<V : View?> : CoordinatorLayout.Behavior<V> , Sheet<C>
An interaction behavior plugin for a child view of CoordinatorLayout to make it work as a side sheet.
Link copied to clipboard
abstract class SideSheetCallback : SheetCallback
Callback that monitors side sheet events.
Link copied to clipboard
open class SideSheetDialog : SheetDialog<C>
Base class for android.app.Dialogs styled as a side sheet.