I have my app displaying a bitmap (.png) on the background with layout_width="fill_parent"
layout_height="fill_parent"
android:background="@drawable/logo"
on a RelativeLayout which displays fine on my HTC Desire. However when I load my app onto my 8 inch Hiapad the bitmap stays the same size and I get a big black border around the left, right and bottom of the screen even when I resize the image. How do I get it to fill the whole screen?
Regards
Ed Jones
layout_height="fill_parent"
android:background="@drawable/logo"
on a RelativeLayout which displays fine on my HTC Desire. However when I load my app onto my 8 inch Hiapad the bitmap stays the same size and I get a big black border around the left, right and bottom of the screen even when I resize the image. How do I get it to fill the whole screen?
Regards
Ed Jones
