How do I remove the divider from a listview on android?

FilipeFaria picture FilipeFaria · Apr 15, 2012 · Viewed 32.4k times · Source

I'm developing a app that have a Listview, and the items from list already have a style I don't need the divider.

How do I set as hidden or remove the divider from the ListView?

Answer

iamtheexplm06 picture iamtheexplm06 · Apr 15, 2012

You can try android:divider="@null".