public interface LinearLayoutInfoFactory
LinearLayoutInfo
s in ListRecyclerConfiguration
.Modifier and Type | Method and Description |
---|---|
LinearLayoutInfo |
createLinearLayoutInfo(Context context,
int orientation,
boolean reverseLayout,
boolean stackFromEnd) |
LinearLayoutInfo createLinearLayoutInfo(Context context, int orientation, boolean reverseLayout, boolean stackFromEnd)
LinearLayoutInfo
that will be used to compute the layouts of the children
of the ListRecyclerConfiguration
.