Posts by Zeca • 43 points
1 post
-
4
votes1
answer1385
viewsQ: How to change the value of a string in XML?
There is a way to change a string value in XML. I know how to get the value through getResource().getString(R.string.value); but I don’t know how to change the value directly in XML. Is this…