I want to make a TextView with a link. I made it with combination of html and bit of java:
// used to enable link navigation on TextView setMovementMethod(Li
// @string/link
Test link
You can use the white space in xml as string use . XML won't take white space as it is. it will trim the white space before setting it. So use instead of single white space.