PagedListView.Gutter
public
static
abstract
@interface
PagedListView.Gutter
implements
Annotation
androidx.car.widget.PagedListView.Gutter |
The possible values for @{link #setGutter}. The default value is actually
BOTH
.
Summary
Constants | |
---|---|
int |
BOTH
Include a gutter on both sides of the list items. |
int |
END
Include a gutter only on the end side (that is, the opposite side of the scroll bar). |
int |
NONE
No gutter on either side of the list items. |
int |
START
Include a gutter only on the start side (that is, the same side as the scroll bar). |
Inherited methods | |
---|---|
Constants
BOTH
public static final int BOTH
Include a gutter on both sides of the list items. This is the default behavior.
Constant Value: 3 (0x00000003)
END
public static final int END
Include a gutter only on the end side (that is, the opposite side of the scroll bar).
Constant Value: 2 (0x00000002)
NONE
public static final int NONE
No gutter on either side of the list items. The items will span the full width of the
PagedListView
, but will not overlap the scroll bar.
Constant Value: 0 (0x00000000)
START
public static final int START
Include a gutter only on the start side (that is, the same side as the scroll bar).
Constant Value: 1 (0x00000001)