Android Linkify links textColor ignored, css style overrides possible?

后端 未结 4 1849
耶瑟儿~
耶瑟儿~ 2020-12-31 18:55

I am using Linkify in my app, and visited link text is appearing as dark purple. My overall layout background color is dark blue so this is impossible to read.

4条回答
  •  死守一世寂寞
    2020-12-31 19:23

    I tried your code out and my TextView's color wasn't changing. Well a solution to your would be to add a onClick listener to the TextView and set the color of the TextView in it. So whenever the text is clicked it will be set to the color you specify.

提交回复
热议问题