I created ImageView with VectorDrawable. In an android emulator all works properly, but in my phone an image is pixelated.
<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" />