ParentAlignment
data class ParentAlignment(val edge: ParentAlignment.Edge = Edge.MIN_MAX, val offset: Int = ViewAlignment.DEFAULT_OFFSET, val fraction: Float = ViewAlignment.DEFAULT_FRACTION, val isFractionEnabled: Boolean = true, val preferKeylineOverEdge: Boolean = edge == MAX) : Parcelable
Alignment configuration for aligning views in relation to the RecyclerView bounds
Types
Properties
Link copied to clipboard
The specific alignment to a given edge that overrides the keyline alignment. See Edge Default: Edge.MIN_MAX
Link copied to clipboard
true if fraction should be used to position the item.
Link copied to clipboard