the_prole
the_prole

Reputation: 8985

How to add top margin on first item in the ListView?

This is a pretty simple question. I would like to add a top margin to the first item in my ListView. Is that possible?

Upvotes: 0

Views: 1762

Answers (1)

borichellow
borichellow

Reputation: 1001

just add topPadding and android:clipToPadding="false" to ListView

Upvotes: 11

Related Questions