Search code examples
androidlistviewmargins

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?


Solution

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