Remove the bottom divider of an android ListView -


i have fixed height listview. has divider between list items, displays dividers after last list item.

is there way not display divider after last item in listview?

just add android:footerdividersenabled="false" listview description


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -