MaterialSearchBar icon indicating copy to clipboard operation
MaterialSearchBar copied to clipboard

Last item is cut off

Open FANMixco opened this issue 2 years ago • 1 comments

If you have a long list and scroll to the last one, the last item is cut off. Any idea why this can be? It looks similar to this pic:

image

FANMixco avatar Jul 24 '21 06:07 FANMixco

If there is any update one day, this can fix it:

  <androidx.recyclerview.widget.RecyclerView
                android:id="@+id/mt_recycler"
                android:paddingBottom="?attr/actionBarSize"
                android:layout_width="match_parent"
                android:layout_height="0dp" />

FANMixco avatar Jul 26 '21 17:07 FANMixco