SimpleRecyclerView
SimpleRecyclerView copied to clipboard
Headers are not showing up on init
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?
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