| Interface | Description |
|---|---|
| ExpandableGridView.OnChildClickListener |
Defines the interface, a class, which should be notified, when a child of an expandable grid
view has been clicked, must implement.
|
| ExpandableGridView.OnGroupClickListener |
Defines the interface, a class, which should be notified, when a group of an expandable grid
view has been clicked, must implement.
|
| ScrimInsetsLayout.Callback |
Defines the interface, a class, which should be notified, when the insets, which are passed
to the layout's
ScrimInsetsLayout.fitSystemWindows(Rect) method, have been changed, must implement. |
| Class | Description |
|---|---|
| AbstractSavedState |
An abstract base class for all data structures, which allow to store the internal state of a
view.
|
| ElevationShadowView |
A view, which can be used to visualize the shadow of an elevation on pre-Lollipop devices.
|
| ExpandableGridView |
A grid view, which can contain multiple groups, which can individually be expanded to show their
children.
|
| HeaderAndFooterGridView |
A grid view, which can contain multiple fixed views as headers and footers.
|
| HeaderAndFooterRecyclerView |
A recycler view, which can contain multiple fixed views as headers and footers.
|
| ScrimInsetsLayout |
A layout, which allows to show a drawable in the insets, which are passed to its
ScrimInsetsLayout.fitSystemWindows(Rect) method. |
| SquareImageView |
A custom view, which is extended from the view
ImageView in order to
ensure, that its height is always equal to its width. |