Can I Hide the ListView Separator?
You can use the android:dividerHeight XML layout attribute to make the divider be 0px high.
Or, you can use the android:divider XML layout attribute to make the divider be transparent (#00000000).
Either of those should have the effect of "hiding" the separator. The difference is that in the latter, the space taken up by the separator will still be there.
page_revision: 1, last_edited: 1243820925|%e %b %Y, %H:%M %Z (%O ago)
