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?
Just add android:footerDividersEnabled="false" to your ListView description
android:footerDividersEnabled="false"
This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
about » faq »
tagged
asked
1 year ago
viewed
3,528 times
active