How do you use the @ as text in an Android XML file, as it has special meaning? I have a TextView which will simply hold the text @
@
TextView
android:text="\@" ^
instead of
android:text="@"