I'm working with an emulator screen set at 320x480 MDPI. I created a background image in fireworks with the exact size of 320x480 pixels, placed it in the drawable MDPI folder, and set it as an ImageView
in hopes it would fill the entire background of the emulator. The problem is the background only fills vertically, but seems to leave empty space equally on the left and right horizontally.
Any idea what I'm doing wrong?