hi all, i was wondering if there is a way to set part of text in TextView to bold/italic, without have to use .kt file to do it? all the resources that i found, need the use of .kt file to do it.
in example it should be like this:
a TextView with text value of "Hello World", i would like to make the word "Hello" to be bold or italic, but i want to do it simply in the xml file, not in the kt file.