getListView().setPadding(left, top, right, bottom)
Make sure to call it after your view has been created (not onCreate).
onCreate
Keep in mind that the int you pass in is in pixels, not dp. To convert from dp to pixels see this answer.
int
pixels
dp
dp to pixels