March 2nd, 2011, 01:37 AM
|
#1 (permalink)
|
|
New Member
Thread Author (OP)
Join Date: Jun 2010
Posts: 11
Device(s):
Carrier: Not Provided
Thanks: 3
Thanked 0 Times in 0 Posts
|
How do I resize background to fill whole screen?
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
|
|
|