Я хочу показать HTML-код как текст в учебном приложении
String.xml
<code><string name="p1"><![CDATA[<html>\n<title> Font tag Example </title>\n<body>\n<font face="arial" size="1" color="blue"> WELCOME </font> <br>\n <font size="2" color="cyan"> WELCOME </font> <br>\n <pre>\n This text uses pre tag and preserves nextline and spaces\n
\ n \ n ]]>
prog1.xml
<TextView
android:id="@+id/p1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="15dp"
android:textSize="18sp"
android:text="@string/p1" />
Показать, но без "", Нужно показать с "" двойными кавычками
Требуется Показать как это