talx
talx

Reputation: 109

Remove top divider from viewlist?

I have a list of items. How do I remove top divider from the list ?

I already removed the footer didider by:

listView.setFooterDividersEnabled(false);

-talx

Upvotes: 0

Views: 897

Answers (1)

AITAALI_ABDERRAHMANE
AITAALI_ABDERRAHMANE

Reputation: 2519

try to do this

listView.setHeaderDividersEnabled(false);

Upvotes: 2

Related Questions