Android:Android在Android 4.4上有模糊

时间:2016-06-23 14:32:01

标签: android image vector drawable android-4.4-kitkat

TextView,我希望他做VectorDrawable背景。我做vector.xml

<vector android:height="24dp" android:viewportHeight="114.0"
    android:viewportWidth="494.0" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
    <path android:fillColor="#FFFFFF"
        android:pathData="M12,86.61L2.19,76.51L12,67.18L12,8C12,3.58 15.59,0 20.01,0L483.99,0C488.42,0 492,3.58 492,8L492,102C492,106.42 488.41,110 483.99,110L20.01,110C15.58,110 12,106.42 12,102L12,86.61Z"
        android:strokeColor="#00000000" android:strokeWidth="1"/>
</vector>

和android 4.4上的这个VectorDrawable有一个模糊的边缘(不清楚),但在android 5.0+上一切看起来都不错(根据需要)。

使用android 4.4帮助解决问题

1 个答案:

答案 0 :(得分:0)

使用ImageView时使用此功能

j

<ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" app:srcCompat="@drawable/ic_add" /> <- This may help 属性

等案例也支持Vector Drawables

(使用自定义Textview处理PreLollipop版本的矢量)。