XML within an Android string resource?

后端 未结 3 1005
梦毁少年i
梦毁少年i 2020-12-16 09:19

I was wondering if I could place XML within /res/values/strings.xml? I ask this because I am checking for the XML data file for my application, if it does not e

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-16 09:56

    I have done this way:

    Put your string in strings.xml

    
    

    How to use:

    
    

    Done

提交回复
热议问题