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

2010-09-15 Thread sdphil
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. ImageView android:id=@+id/MyImage

[android-developers] setImageURI() Problem

2009-11-28 Thread Ryan
This is a pretty basic thing but I couldn't get it to work in a more complex routine so I tried to reduce it to the simplest possible thing and it still won't work and it is driving me up a wall! I am trying to set an image on an ImageView using the function setImageURI(), the program compiles

[android-developers] setImageURI()

2008-12-15 Thread jphdsn
hi I try to use the method setImageURI(URI of the image) but the image doesn't play itself? my code im=new ImageView(SelectImage.this); im.setImageURI(uriImage); im.setAdjustViewBounds(true);