Skip to content

Commit

Permalink
Merge pull request #8 from ozodrukh/patch-2
Browse files Browse the repository at this point in the history
SVG Convertor
  • Loading branch information
eveliotc committed Jan 5, 2015
2 parents a5ff0e7 + b5d5963 commit 6f8c6a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Drawable drawable = MrVector.inflate(getResources(), R.drawable.vector_android);
Unfortunately due some inflate weirdness (able to read some correctly but not others) for now (will fix promise) you'll have to duplicate (sucks I know) all your `android:` attributes, in example:

**Note**: you must put `auto` attributes before `android` attributes ([See #5](https://github.com/telly/MrVector/issues/5))

**Furthermore**: you can use online [convertor](http://ozodrukh.github.io/Svg2MrVector/) svg to VectorDrawable + MrVector scheme support

```xml
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
Expand Down

0 comments on commit 6f8c6a6

Please sign in to comment.