almosr / android-svg-code-render

Convert SVG files into Java source and use it in your Android app
Apache License 2.0
24 stars 3 forks source link

Implement possibility of changing the order of the template parameters #58

Closed almosr closed 9 years ago

almosr commented 9 years ago

In the current template implementation the string parameters in the template file is defined in a rigid order, it is not possible to put the injected texts into different positions than what is defined.

Implement naming of the injected text parameters to let the template define the exact position where the text goes independently of the order of the parameters.

almosr commented 9 years ago

This was done in v1.2.0