So does the gradient look any better?
On Jan 29, 5:05 pm, skink <[email protected]> wrote: > On Jan 29, 9:18 pm, Robert Nekic <[email protected]> wrote: > > > 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. > > or better yet, set image to RelativeLayout's background and simply set > android:gravity = "bottom", this will prevent scaling > > 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 [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

