Declared Resource String in string.xml file.
<string name="beta">β</string>
When I try to set this text to TextView it Displays properly β,
but if when I set this in to Button then it Displays B.
Why its behavior is different for different Views ??