Hello I am wondering if there is a way to change a string value in my xml code without touching the .java file
e.g.
in case i have in the strings.xml
<string name="title"> This is my title</string>
If I can change inside my main.xml file
The string to have the value: This is my title
meaning to have the third word of my string on bold
Thank you
In your
strings.xmlfile