android image view problem still persist
My project is build in 2.2. I have one image view and i have set one image of 285 X 212 to the image view. I have set the Image view properties :
<ImageView android:layout_width="wrap_content" android:id="@+id/imageView1" android:layout_height="wrap_content" android:src="@drawable/eMyImage" android:adjustVi开发者_如何学CewBounds="true"></ImageView>
But the Image which is shown on the imageview is smaller than its actual size.
But if a build the project in 1.5 the image is shown in its actual size.
What should be the problem guys?
Thanks
Did you try the minHeight and minWidth attributes?
精彩评论