In that case, instead of using the image as the RelativeLayout's
background, have you tried placing it into your RelativeLayout via an
ImageView with height/width set to wrap_content and the scaleType to
centerCrop?  You might lose some pixels on the edges but it should at
least display the image without altering its proportions and possibly
introducing scaling oddities.




On Jan 29, 3:04 pm, skink <psk...@gmail.com> wrote:
> On Jan 29, 7:29 pm, Robert Nekic <robertne...@gmail.com> wrote:
>
> > The only other thing that comes to mind is perhaps the RelativeLayout
> > isn't sizing to 320x480 courtesy of padding or margins or other layout
> > items...which then causes the it to scale its background image a bit?
>
> sure its not 480px tall - apart of Activity's main View there is also
> status bar & title bar beneath
>
> pskink

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to