【转】android中string.xml文件的使用
摘要:
1.在程序中获取string.xml中字符串和数值 Hello World, MainActivity! TestExample01在Activity中使用:String appName=(String) this.getResources().getText(R.string.app_name);... 阅读全文
posted @ 2015-10-15 21:59 shaoguang 阅读(370) 评论(0) 推荐(0)