com.google.android.material.listitem


Annotations

ListItemLayout.Position

Positions for list items.

Interfaces

RevealableListItem

Interface for the part of a ListItem that is able to be revealed when swiped.

SwipeableListItem

Interface for the part of a ListItem that is able to be swiped.

Classes

ListItemCardView

A MaterialCardView that is styled as a list item and can be swiped in a ListItemLayout with a sibling RevealableListItem.

ListItemCardView.SwipeCallback

Callback for changes to the SwipeState of the ListItemCardView.

ListItemLayout

A container layout for a List item.

ListItemRevealLayout

Layout that is intended to be used as the android.view.ViewGroup that is revealed when a a SwipeableListItem is swiped.

ListItemViewHolder

A flexible ViewHolder provides utility methods for binding a ListItemLayout based on an item count and position.