Reputation: 3958
Hallo,
Anyone know how to specify 'special' or 'reserved' characters for a TextView object in the xml?
What I want to display in my text view is ?/? so I put:
android:text="?/?"
but although this displays correctly in the eclipse 'Graphical Layout' of the xml file, it gives an error:
error: Error: No resource found that matches the given name (at 'text' with value '?/?')
I've tried using:
"?/?"
but the error is the same.
TIA,
Upvotes: 0
Views: 1471