Lucius Fox wrote: > Do I need to set the height/width specifically for my ImageView to > match my backgroundDrawable? Or it will pick up automatically.
ImageView scales the image to fit the view size, not the other way around. I would assume you need to tell the ImageView's layout the new size to use for the ImageView to prevent such scaling. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Training: http://commonsware.com/training.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---