nickbutcher / plaid

An Android app which provides design news & inspiration as well as being an example of implementing material design.
Apache License 2.0
16.25k stars 3.16k forks source link

Question: generating vector-drawable pathData? #94

Closed lucamtudor closed 8 years ago

lucamtudor commented 8 years ago

I've studied the avd_upload_* animated-vector-drawables and I'm curious how do you generate your vector's pathData? Sketch? For example, ic_upload_complete doesn't look like it's written by hand 👍 .

nickbutcher commented 8 years ago

Some paths are straight from the material icon set. Others (like that one) I do indeed draw by hand in Sketch, export as SVG and use the Android Studio importer (or sometimes just copy paste the pathData) to create the VectorDrawable.