In my application I have a text view that represents song title, which means it can be filled with titles in different languages. I'm having a strange problem :
When I do myTextView.setText("שלום")
it won't show anything.
But if I do the same in the xml file (as text property) it does show the text ?
问问题
514 次