我有这样的矢量:
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="375dp"
android:height="156dp"
android:viewportHeight="120"
android:viewportWidth="190">
<path
android:fillColor="#213368"
android:pathData=" M 0,0 L 0,156 L 375,156 L 300,50z" />
我需要为此向量添加渐变颜色而不是填充颜色。什么是最好的方式?