SimpleRecyclerView icon indicating copy to clipboard operation
SimpleRecyclerView copied to clipboard

Headers are not showing up on init

Open yuvalez opened this issue 6 years ago • 1 comments

Headers are not showing up on init, only after I scroll down and up they appear to be drawn. If I have only one item, I can't scroll and I can't see the header at all. Do you have any idea why would that happen?

yuvalez avatar Oct 14 '18 00:10 yuvalez

Try this:

 <com.jaychang.srv.SimpleRecyclerView

    android:id="@+id/recyclerView"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

</com.jaychang.srv.SimpleRecyclerView>

Must be used match_parent

Qaala avatar Sep 25 '19 17:09 Qaala