androidx.coordinatorlayout.widget
Annotations
| CoordinatorLayout.DefaultBehavior |
This @interface is deprecated.
Use CoordinatorLayout.AttachedBehavior instead
|
Interfaces
| CoordinatorLayout.AttachedBehavior |
Defines the default attached CoordinatorLayout.Behavior of a View class
When writing a custom view, implement this interface to return the default behavior
when used as a direct child of an |
Classes
| CoordinatorLayout |
CoordinatorLayout is a super-powered FrameLayout.
|
| CoordinatorLayout.Behavior<V extends View> |
Interaction behavior plugin for child views of CoordinatorLayout.
|
| CoordinatorLayout.LayoutParams |
Parameters describing the desired layout for a child of a CoordinatorLayout.
|
| CoordinatorLayout.SavedState |