I have xml folder in my res folder with file structured like this:
<questions>
<question
number="1"
text="my string"
numberTwo="1" />
...
</questions/
So is that possible not to hardcode strings here and use @string/... resources because I really need localization here?