public class HorizontalDividerItemDecorator
extends RecyclerView.ItemDecoration
| Modifier and Type | Field and Description |
|---|---|
protected android.graphics.drawable.Drawable |
mHorizontalItemDivider |
| Constructor and Description |
|---|
HorizontalDividerItemDecorator(android.content.Context context,
boolean hasTopDivider) |
| Modifier and Type | Method and Description |
|---|---|
void |
getItemOffsets(android.graphics.Rect outRect,
android.view.View view,
RecyclerView parent,
RecyclerView.State state) |
void |
onDrawOver(android.graphics.Canvas c,
RecyclerView parent,
RecyclerView.State state) |