Android Studio는 이제 21+에서 벡터 자산을 지원하며 컴파일시 더 낮은 버전의 png를 생성합니다. 채우기 색상을 변경하려는 머티리얼 아이콘의 벡터 자산이 있습니다. 이것은 21+에서 작동하지만 생성 된 png는 색상이 변경되지 않습니다. 이것을 할 수있는 방법이 있습니까?
<vector android:height="48dp" android:viewportHeight="24.0"
android:viewportWidth="24.0" android:width="48dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@color/primary" android:pathData="M9,16.17L4.83,12l-1.42,1.41L9,19 21,7l-1.41,-1.41z"/>