I was wondering if it's possible to load resources from strings.xml in raw xml resource. Example:
<root>
<element>@string/res1</element>
<element>@string/res2</element>
<element>@string/res3</element>
</root>
Is this possible?
If it's not possible, if I create a raw xml resource, do I have to provide multiple files for localization purposes?