Package-level declarations
Types
Link copied to clipboard
Manages the divider logic of cards in the ContentCards. To center align cards, this sets a left padding on each view based on the configured maximum width of the Content Cards and the size of the screen. To add a divider between cards, sets a top padding on each card.
Link copied to clipboard
interface ItemTouchHelperAdapter
Link copied to clipboard
open class SimpleItemTouchHelperCallback(adapter: ItemTouchHelperAdapter) : ItemTouchHelper.Callback
ItemTouchHelper.Callback that enables swipe-to-dismiss on Content Card items. Drag-and-drop is disabled; only start-direction swipe is supported for dismissable items.