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
Post a Comment