Add value from @string to my array.xml

前端 未结 3 1508
粉色の甜心
粉色の甜心 2021-01-14 18:36

I have my array.xml to fill preferences value.


    English
    German         


        
3条回答
  •  误落风尘
    2021-01-14 18:59

    Have you tried something like this:

    res/values/array.xml
    res/values-fr/array.xml
    res/values-ja/array.xml
    

    And so on...

    If your issue is that you want to substitute the value dynamically, you might have to do this in code. Check out this post: dynamic parameters in strings

提交回复
热议问题