Change fill color on vector asset in Android Studio

后端 未结 12 1935
盖世英雄少女心
盖世英雄少女心 2020-12-02 04:09

Android Studio now supports vector assets on 21+ and will generate pngs for lower versions at compile time. I have a vector asset (from the Material Icons) that I want to c

12条回答
  •  自闭症患者
    2020-12-02 04:59

    Add this library to the Gradle to enable color vector drawable in old android Devices.

    compile 'com.android.support:palette-v7:26.0.0-alpha1'
    

    and re sync gradle. I think it will solve the problem.

提交回复
热议问题