【发布时间】:2019-08-28 09:27:03
【问题描述】:
我用 VectorDrawable 创建了 ImageView。在 android 模拟器中一切正常,但在我的手机中,图像是像素化的。
<ImageView
android:id="@+id/image_circle_hello"
android:layout_width="50dp"
android:layout_height="50dp"
android:contentDescription="@string/hello"
android:src="@drawable/ic_circle"
android:layout_gravity="center_horizontal" />
【问题讨论】:
标签: android android-vectordrawable