I\'m trying to display some words in double quotes, in Text view in in xml file. But its not working. Pls help me.
use escape characters. To display double quote use \"
escape characters
\"
Your code will be
android:text="message \"quote string 1\" and "quote string 2\" end message"