I'd like to do something rather simple - I'd like to have an image on the screen and resize it to be bigger when the user clicks on it.
As it is I have figured out how to respond to a click by making the imageview bigger (It's a simple call to "setMinimumWidth" and "requestLayout"). But that resizes the imageView - not the image in the view... Is there a simple way to do this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

