johannilsson/android-pulltorefresh

last listview item not completely displayed

jom16antonio opened this issue · 4 comments

I am using a listview that partially occupies the screen. Now when my items exceed the rows shown by default, the last item when finger scrolled is only shown half and not the full cell row. It just stop at the half of the cell. Im using match_parent for height. If using default ListView (without pull to refresh) it is shown in full (the last cell item).

android:layout_marginBottom="?attr/actionBarSize" add this to viewpager

@stubbornish it worked 👍 Thanks

@code2hackon This fixed a problem for me I didn't even know how to describe! That you so much !

Just change the cell height from match_parent to wrap_content