How to add < and> in android strings.xml

前端 未结 3 1037
陌清茗
陌清茗 2021-01-11 11:38

I need to add in strings.xml. What is the escape sequence in order to do that? The string to

3条回答
  •  粉色の甜心
    2021-01-11 11:45

    Use < for less than symbol and > for greater than symbol. so here you need to replace like:

    <Given Name>
    

提交回复
热议问题