It seems that there is a horizontal line by default at the bottom of each item in android listview. My problem is: how to let the line not display
You can do using this code..
lvlist.setDivider(null);
lvlist.setDividerHeight(0);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With