i used two listviews like this if my problem is one back line is coming inbetween two listviews.But i dont want that that balck line in betweem them.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
To remove the separator between items in the same ListView, here is the solution:
developer.android.com # ListView Or, if you want to do it in XML:
|
|||||||||
|
|
Or in XML:
You can use a color for the drawable (e.g. #ff112233), but be aware, that pre-cupcake releases have a bug in which the color cannot be set. Instead a 9-patch or a image must be used.. |
|||
|
|