TextView anchor link space

前端 未结 2 978
时光取名叫无心
时光取名叫无心 2021-01-18 07:42

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         


        
2条回答
  •  孤独总比滥情好
    2021-01-18 07:59

    // @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.

提交回复
热议问题