I am using <string-array> in my string.xml file. Inside this, I have multiple tags.
Also, I am showing this text in TextView on a Fragment.
Now, in some of these item tags I want to embed images.
The issue is, I want to add these images in between the text inside <item> tag.
I am successfully able to add image at top, bottom or left of the TextView but not able to embed that in between the text.
Can anyone please let me know how to achieve this ?