jaychang0917 / SimpleRecyclerView

A RecyclerView extension for building list more easily.
Apache License 2.0
935 stars 104 forks source link

Add cell to be placed under section header #9

Closed ersin-ertan closed 6 years ago

ersin-ertan commented 7 years ago

Currently if your section SECTION A {1,2,3,4,5}, then adding element 0 will result in it being placed under the section view and not visible to the user. Perhaps instead of the views moving up with the addition, they could move down making room for the add element in the 0th spot.