Class IndexedItemDecoration
- java.lang.Object
-
- androidx.recyclerview.widget.RecyclerView.ItemDecoration
-
- com.cheetahdigital.uikit.widget.list.IndexedItemDecoration
-
public class IndexedItemDecoration extends androidx.recyclerview.widget.RecyclerView.ItemDecoration
Style aRecyclerView.ItemDecoration
with an index from A-Z.
-
-
Constructor Summary
Constructors Constructor Description IndexedItemDecoration(android.content.Context context)
Constructor for IndexedItemDecoration.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onDrawOver(android.graphics.Canvas canvas, androidx.recyclerview.widget.RecyclerView parent, androidx.recyclerview.widget.RecyclerView.State state)
-