I have custom xml files saved in my res/xml folder which use my own schema. Example: <dialog> <npc>1</npc> <text>Hello! How are you?</text> </dialog>
Now I am trying to replace the string in the `text`-tags by a string resource (e.g. @strings/dialog_text_1). However, this does not seem to work. Is this even possible and if yes, how? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/81696466-0b43-4fa5-84ce-a14b976c96e3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

