Replace stroke and fill color of finalize drawable with theme attributes

This commit is contained in:
uykek 2020-06-30 10:33:32 +02:00
parent c41ca657fd
commit 4bd4ec78f1

View file

@ -5,6 +5,6 @@
android:viewportHeight="192">
<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:fillColor="#000000"
android:strokeColor="#00000000"/>
android:fillColor="?attr/standardVectorGraphic"
android:strokeColor="?attr/standardVectorGraphic"/>
</vector>