使用android:src="@mipmap/stunner在Android Studio的ImageView中加载图像时,我的图像变得模糊,该怎么办??请帮助...
我的代码如下:
<ImageView
android:src="@mipmap/stunner"
android:adjustViewBounds="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="2dp"/>