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 replacing of text by element ID #56

Closed almosr closed 9 years ago

almosr commented 9 years ago

Implement a configuration file which lists element IDs and properties for text replacement which will be added as parameter to the render function and the property will be replaced at rendering time.

almosr commented 9 years ago

Not text element ID, but the text itself is used for replacing static text by dynamic text variable/parameter.