2

how can i do this in andoroid xml file without error?

<Key android:keyLabel="<" />

i tried "\<" but is doesn't work too!
any help appreciated!

1 Answers1

5

What about:

<Key android:keyLabel="&lt;" />

see also this answer

Community
  • 1
  • 1