首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

android应用资源小结

2014-04-27 
android应用资源总结Resources res getResources()String title res.getText(R.string.xxx)Drawable

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

热点排行