String pxsize = context.getResources().getString(R.string.hello);
资源文件格式:
<?xml version="1.0" encoding="utf-8"?><resources>
<string name="hello">Hello World, WirelessActivity!</string>
</resources>