I have a string resource file, which I want to pull strings from and I want one of the strings to have some superscript in it.
From http://developer.android.com/gui
You can use X\u00B2 to create X^2 in xml directly