abstract class FixedInsetManager : InsetManagerDefines a InsetManager which doesn't depend on the item's position.
FixedInsetManager()
Defines a InsetManager which doesn't depend on the item's position. |
fun itemInsetAfter(groupCount: Int, groupIndex: Int): Int
Defines a custom inset that will be applied on the bottom of each element for a vertical list and on the right of each element for an horizontal list. abstract fun |
|
fun itemInsetBefore(groupCount: Int, groupIndex: Int): Int
Defines a custom inset that will be applied on the top of each element for a vertical list and on the left of each element for an horizontal list. abstract fun |
class
Default implementation of InsetManager that will use the same inset for each item. |