mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-08 15:38:49 +00:00
ic_stat_notify_sync_24dp.xml: Dereference fillColor, as it's not compatible with build-time VectorDrawable to PNG conversion.
This commit is contained in:
parent
7c64c08700
commit
2f70ccc3a8
1 changed files with 1 additions and 1 deletions
2
oeffi/res/drawable-anydpi/ic_stat_notify_sync_24dp.xml
Executable file → Normal file
2
oeffi/res/drawable-anydpi/ic_stat_notify_sync_24dp.xml
Executable file → Normal file
|
@ -4,6 +4,6 @@
|
|||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:fillColor="#FFFFFFFF"
|
||||
android:pathData="M12,4L12,1L8,5l4,4L12,6c3.31,0 6,2.69 6,6 0,1.01 -0.25,1.97 -0.7,2.8l1.46,1.46C19.54,15.03 20,13.57 20,12c0,-4.42 -3.58,-8 -8,-8zM12,18c-3.31,0 -6,-2.69 -6,-6 0,-1.01 0.25,-1.97 0.7,-2.8L5.24,7.74C4.46,8.97 4,10.43 4,12c0,4.42 3.58,8 8,8v3l4,-4 -4,-4v3z"/>
|
||||
</vector>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue