Reputation: 8985
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
Reputation: 1001
just add topPadding
and android:clipToPadding="false"
to ListView
Upvotes: 11