I have a fixed height listview it has divider between list item, but it also displays divider after last list item.

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

link|improve this question

58% accept rate
feedback

1 Answer

up vote 28 down vote accepted

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

link|improve this answer
This is the right solution. – Artem Russakovskii Jun 16 '11 at 23:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.