StickyHeaders icon indicating copy to clipboard operation
StickyHeaders copied to clipboard

This lib doesn't seem to support clipToPadding = false on RecyclerView

Open luongvo opened this issue 3 years ago • 0 comments

I update to add a bottom padding on the RecyclerView to expect to show an padding for the last item but it doesn't

<androidx.recyclerview.widget.RecyclerView
        android:id="@+id/recyclerView"
        android:layout_width="match_parent"
        android:clipToPadding="false"
        android:paddingBottom="50dp"
        android:layout_height="match_parent"
        app:layout_behavior="@string/appbar_scrolling_view_behavior" />

20200709_162547

luongvo avatar Jul 09 '20 09:07 luongvo