This is a pretty simple question. I would like to add a top margin to the first item in my ListView. Is that possible?
just add topPadding and android:clipToPadding="false" to ListView
topPadding
android:clipToPadding="false"