How to add < and > in android strings.xml

Viewed 13206

I need to add <string name="name_hint"><Given Name></string> in strings.xml. What is the escape sequence in order to do that? The string to be added is <Given Name>

3 Answers
Related