我的项目是2.2版。我有一个图像视图,我已经将285 X 212的一个图像设置为图像视图。我已经设置了图像视图属性:
<ImageView android:layout_width="wrap_content" android:id="@+id/imageView1" android:layout_height="wrap_content" android:src="@drawable/eMyImage" android:adjustViewBounds="true"></ImageView>
但是在imageview上显示的图像小于其实际尺寸。
但如果在1.5中构建项目,则图像以实际大小显示。
男人应该有什么问题?
由于
答案 0 :(得分:0)
您是否尝试过minHeight和minWidth属性?