[android-developers] Re: setImageURI is changing the size of the image!

2010-09-15 Thread sdphil
oh, and when I look at it on an actual display, it is small (48x48). On Sep 15, 3:56 pm, sdphil wrote: > I am running into a very weird thing.  I have an ImageView, and when I > call setImageURI with an image, it seems to change the size of the > image view. > >                                  

[android-developers] Re: setImageURI()

2008-12-15 Thread jphdsn
precisions... Images that I use are in SDCARD, I had obtained the URI (I think there is no error with the URI), by Uri uriImage=Media.EXTERNAL_CONTENT_URI; uriImage=Uri.withAppendedPath(uriImage,idImage); and they are jpg. im in the code above is an ImageView thanks On Dec 15, 3:29 pm, jp