Android矢量drawable错误渲染

时间:2017-03-17 13:10:11

标签: android vector android-vectordrawable

我有很多使用矢量drawable的图像视图。对于复杂的矢量,它会在几次点击后显示失真。

任何人都可以解释为什么以及如何解决它?

我的构建gradle

android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
defaultConfig {
    applicationId "xxxxxxxxxx"
    minSdkVersion 17
    targetSdkVersion 25
    versionCode 1
    versionName "1.0"
    vectorDrawables.useSupportLibrary = true
    testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    multiDexEnabled true
    renderscriptTargetApi 25
    renderscriptSupportModeEnabled true
}

结果与此示例完全相同:

enter image description here

0 个答案:

没有答案