Update widget edit icon to use material colors.
Fix: 216821024 Test: manual Change-Id: I3c3e463e33d7a611010e426eca1378cde027c6d6
This commit is contained in:
parent
4349d21246
commit
48beebbed5
|
@ -5,6 +5,6 @@
|
|||
android:viewportHeight="24"
|
||||
android:tint="?attr/colorControlNormal">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:fillColor="?android:attr/textColorPrimaryInverse"
|
||||
android:pathData="M20.41,4.94l-1.35,-1.35c-0.78,-0.78 -2.05,-0.78 -2.83,0L3,16.82L3,21h4.18L20.41,7.77c0.79,-0.78 0.79,-2.05 0,-2.83zM6.41,19.06L5,19v-1.36l9.82,-9.82 1.41,1.41 -9.82,9.83z"/>
|
||||
</vector>
|
||||
|
|
Loading…
Reference in New Issue