我似乎无法让我的
ImageView以原始大小显示其源图像. ImageView看起来像这样:
<ImageView android:id="@+id/logo" android:src="@drawable/logo" android:layout_width="wrap_content" android:layout_height="wrap_content" > </ImageView>
源图像宽140像素,但在Nexus One的屏幕上,宽度为480像素,占用了宽度的一半.使用px或dp中的绝对值来表示宽度和高度不会改变任何值.从升级看,图像看起来也非常抗锯齿.为什么会发生这种情况,我该如何预防呢?