I have a ListView with a bunch of items inside it. How do I make the top and bottom items have a top margin of 10dp for top item and bottom margin of 10dp for bottom item? Now I
The trick is to include android:clipToPadding="false" in your view definition, e.g.:
android:clipToPadding="false"