Android variables in strings.xml
问题 Somewhere I read how to use variables in XML document. They said it's very simple and I guess it was. I successfully used it that way in Android strings.xml file. I was using it that way the whole day until suddenly android stopped to parse it and stopped to treat it like a variable. I used it in this way: <resources> <string name="some_string">string1</string> <string name="another_string"> {$some_string} trolololo </string> </resources> and in java accessing it through: