• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How do I resize background to fill whole screen?

edojones

Newbie
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
 
Back
Top Bottom