mancj / MaterialSearchBar

Material Design Search Bar for Android
Other
2.03k stars 332 forks source link

Last item is cut off #154

Open FANMixco opened 3 years ago

FANMixco commented 3 years ago

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 commented 3 years ago

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" />