我的服务器上有一个320 x 320的图像,当我下载它并在我的设备上显示时。它的模糊。
我尝试使用以下参数在 ImageView 中显示它。
<ImageView
android:layout_width="fill_parent"
android:layout_height="320dp"/>
我还尝试在我的设备(240 dpi)上获得相当于 320 px 的 dp 并减少 layout_height="213dp"
但图像仍然不清楚。服务器上的图像非常清晰。