我ImageView
用来显示 .png 图像。在模拟器上它的质量很差,但在索尼 Xperia P 和 Galaxy S III 手机上它看起来很完美。所以我认为它唯一的模拟器故障。
然后我在其他设备 HTC Desire Z 上尝试了我的应用程序,我再次看到质量很差。这可能是什么原因,因为分辨率差异不是那么大。那可能是操作系统故障吗?On Desire 它的 v2.2 在 Sony 和 Samsung 它的 v4.0+ 上。很迷茫。
<RelativeLayout android:layout_width="match_parent"
android:layout_weight="1"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/imgD"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:scaleType="fitStart"
android:src="@drawable/imgD" />
使用缩小图像大小