bitdream / svg-android

Automatically exported from code.google.com/p/svg-android
0 stars 0 forks source link

Change color #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load SVG from inputStream
2. Try to change the color using R.color.colorName;
3. The color does not change.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
The last one on windows 8.1 Using Android Studio.

Please provide any additional information below.

So,i try to change the color of an SVG, it works well when i use the syntax: 
0xFFCOLOR ... But if i template that syntax, with R.color.colorName; (Wich 
actually is the same color) does not works. 

Original issue reported on code.google.com by andriial...@gmail.com on 1 Aug 2014 at 9:59

GoogleCodeExporter commented 9 years ago
Solved!

Original comment by andriial...@gmail.com on 1 Aug 2014 at 10:04