Android View Set Polsterung programmatisch
myView.setPadding(left, top, right, bottom);
/* The params are int values (pixel).
If you want to use a different measure (i.e. dips), you have to
convert these values first! */
Click Trick