Android supports a special format of PNG images that can be resized by replicating specific parts of the image. This images also include padding information. These images are named nine-patch images. You can read more about this format here: Canvas and Drawables | Android Developers For...