StickyHeaders icon indicating copy to clipboard operation
StickyHeaders copied to clipboard

wrap_content not working

Open FrancisRR opened this issue 4 years ago • 0 comments

<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.

FrancisRR avatar Feb 03 '20 09:02 FrancisRR