I\'m trying (in vain) to add margins to my ListView items. I have tried adding margin values to my RelativeLayout below but no matter what I do all I seem to get is a 1px li
A little late seeing this, but just add the following lines to your ListView xml element
android:divider="#00000000" android:dividerHeight="10dp"