Closed drakeet closed 9 years ago
Sorry, I already know why, the Header Views cover the part of RecyclerView ... Maybe I should give it a padding
I see and understand: It must add a HeaderView --> HeaderHolder(layoutInflater, viewGroup, R.layout.item_header_spacing);
ok, I know how to do now. sorry and thanks for your great work!
Look like you have ViewPager below Toolbar. Is that correct? If so, just want to let you know, I am working on ViewPager support. It's almost done and will be pushed to production this weekend.
It's my layout xml content:
And my screenshot when using smooth app bar layout:
As you see, some dispeard items lost,It was supposed to be like this:
Here is certainly a number of issues, perhaps you can look at my Adapter of my RecyclerView to get the reason and fix it, it is open source:
https://github.com/drakeet/Meizhi/blob/master/app/src/main/java/me/drakeet/meizhi/ui/adapter/GankListAdapter.java
Thank you very much, and I will try to fix it with you ^ ^