How to display double quotes(") Symbol in a TextView?

后端 未结 9 878
天涯浪人
天涯浪人 2020-12-05 01:27

I\'m trying to display some words in double quotes, in Text view in in xml file. But its not working. Pls help me.

    

        
9条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-05 02:05

    Use " symbol to solve this hardcode problem :)

    android:text="message "quote string 1"" 
    

提交回复
热议问题