truizlop / SectionedRecyclerView

An adapter to create Android RecyclerViews with sections, providing headers and footers.
806 stars 144 forks source link

RecyclerView height problem with support library 23.2.0 and up #15

Closed ericntd closed 8 years ago

ericntd commented 8 years ago

It's fine with 23.1.1 but it looks like the following with 23.2.0 and up: (I set the background of my grid item has blue) screen shot 2016-08-01 at 9 47 47 pm I want to call recyclerView.setHasFixedSize(true) to optimise performance.

The height is fine when I use recyclerView.setHasFixedSize(false) though

ericntd commented 8 years ago

I fixed it by change the android:layout_height to wrap_content for the root views in both header and footer XML layouts