PinnedRecyclerView-Android icon indicating copy to clipboard operation
PinnedRecyclerView-Android copied to clipboard

Add a list pinned by a floating label (text or image)

Results 2 PinnedRecyclerView-Android issues
Sort by recently updated
recently updated
newest added

When try to scroll on a list with no items, the library crashes Stacktrace: ```01-23 16:15:12.289 30952-30952/gvillani.it.pinnedlistdemo E/AndroidRuntime: FATAL EXCEPTION: main Process: gvillani.it.pinnedlistdemo, PID: 30952 java.lang.ArrayIndexOutOfBoundsException: length=0; index=-1 at java.util.ArrayList.get(ArrayList.java:310)...

bug

In addition to the other layout managers, the PinBehavior should also support horizontally-oriented LinearLayoutManagers.

enhancement