Replace stroke and fill color of finalize drawable with theme attributes
This commit is contained in:
parent
c41ca657fd
commit
4bd4ec78f1
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@
|
||||||
android:viewportHeight="192">
|
android:viewportHeight="192">
|
||||||
<path
|
<path
|
||||||
android:pathData="M109,89.5l-30.5,30.5 -12,-12 -12.1,-12 -3.9,4 -3.9,4 16.2,16.3 16.2,16.2 34,-34c18.7,-18.7 34,-34.5 34,-35 0,-0.6 -1.7,-2.8 -3.8,-4.8l-3.7,-3.7 -30.5,30.5z"
|
android:pathData="M109,89.5l-30.5,30.5 -12,-12 -12.1,-12 -3.9,4 -3.9,4 16.2,16.3 16.2,16.2 34,-34c18.7,-18.7 34,-34.5 34,-35 0,-0.6 -1.7,-2.8 -3.8,-4.8l-3.7,-3.7 -30.5,30.5z"
|
||||||
android:fillColor="#000000"
|
android:fillColor="?attr/standardVectorGraphic"
|
||||||
android:strokeColor="#00000000"/>
|
android:strokeColor="?attr/standardVectorGraphic"/>
|
||||||
</vector>
|
</vector>
|
||||||
|
|
Loading…
Reference in a new issue