我有一个我在屏幕上显示的ImageView,边缘的质量不平滑,这是在模拟器和真实设备上。
<ImageView
android:id="@+id/imageView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/temp_9" />
我附上了一张图片,显示左边图像与仿真器(锐边)的差异,右边的图像是原始PNG图像(光滑边缘)。