Search code examples
androidlistviewdivider

Remove the bottom divider of an android ListView


I have a fixed height ListView. It has divider between list items, but it also displays dividers after the last list item.

Is there a way to not display a divider after the last item in ListView?


Solution

  • Just add android:footerDividersEnabled="false" to your ListView description