Reputation: 5615
I need to put "TM" (trademark) character in my string.xml, how I should do that ?
<string name="snap_recipesnap_button">RecipeSnap\™</string>
I have sth like this but it doesn't work
Upvotes: 2
Views: 2029
Reputation: 3215
May this help you:
<string name="snap_recipesnap_button">RecipeSnap ™</string>
Upvotes: 7