android - Vector drawables that are automatically converted to pngs -
at google io, tools team briefly showed possibility define vector drawables specific suffix (e.g. ic_heart_48px.xml) converted pngs of necessary densities. unfortunately don't find documentation feature besides io recordings.
is feature of build tools or of android studio? assuming it's part of build tools, available already? version should using? have enable feature explicitly?
does google provide material icons in android xml vector format?
google starting provide material design icons in vectordrawable xml format.
the git repository hosted here:
https://github.com/google/material-design-icons
at start of google i/o material design icons in vectordrawable xml format added repository (along other updates documented here). located in folders named drawable-anydpi-v21
. example, here communication icons in xml.
here google's comments addition of these new vector drawables:
add first cut @ vector drawables these icons.
only black, 24dp vector drawables included.
we expect these icons work correctly, how should considered 'beta' until we've more fleshed out best practices using them.
update: post announcing android studio 1.3 being promoted beta states vector rasterization support still not enabled due various bugs.
Comments
Post a Comment