android应用资源总结 Resources res = getResources();String title = res.getText(R.string.xxx);Drawable logo = res.getDrawable(R.drawable.xxx);
?3.????? 在xml文件中使用资源
??????? @resource_type/resource_name
?????? 例如:@color/red
???????????????? @string/hello