[android-developers] Getting images from Intents to be showed correctly in imageview

2010-03-30 Thread Lars
Hi I'm developing an app, and I want the user to be able to get an image either from their gallery or to use the camera to get the image. The Intents are working fine, but im having trouble showing the pictures in my ImageView, if the image is comming from the Camera intent, the image is cropped

Re: [android-developers] Getting images from Intents to be showed correctly in imageview

2010-03-30 Thread sriharibabu ravi
i think this is not problem of camera or gallery pic. even in gallery if u choose pics of different sizes their sizes changes. android:maxWidth=250dip i think this might be prob. On Tue, Mar 30, 2010 at 11:56 PM, Lars axberg.l...@gmail.com wrote: Hi I'm developing an app, and I want the