-
public final class PaddingGridItemDecoration extends RecyclerView.ItemDecoration
-
-
Constructor Summary
Constructors Constructor Description PaddingGridItemDecoration(Integer startPadding, Integer endPadding, Integer topPadding, Integer bottomPadding)
-
Method Summary
Modifier and Type Method Description UnitgetItemOffsets(Rect outRect, View view, RecyclerView parent, RecyclerView.State state)-
-
Method Detail
-
getItemOffsets
Unit getItemOffsets(Rect outRect, View view, RecyclerView parent, RecyclerView.State state)
-
-
-
-