jaychang0917 / SimpleRecyclerView

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

Headers are not showing up on init #50

Open yuvalez opened 5 years ago

yuvalez commented 5 years ago

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?

Qaala commented 4 years ago

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