I have an ImageView, and I want it to be clickable. The image itself is only 32x32 pixels, but I want the clickable region to be larger so it\'s easier to hit. I was hoping I co
Use padding. layout margins are used if for inserting space outside the boundary of the view.
for equal padding on all sides
or to set the padding on each side
Hope that helps !