ShamylZakariya / StickyHeaders

Adapter and LayoutManager for Android RecyclerView which enables sticky header positioning.
MIT License
1.4k stars 185 forks source link

wrap_content not working #113

Open FrancisRR opened 4 years ago

FrancisRR commented 4 years ago
<androidx.recyclerview.widget.RecyclerView
    android:id="@+id/recyclerView"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
   />

The list is hidden if i set the height for wrap_content. match_parent only it's working.