a b c d e f g h i j k l m n o p q r s t u v w x y z
摘要: 1、获取资源: Resources res = getBaseContext().getResources(); Drawable draw=res.getDrawable(R.drawable.icon);2、获得数组:String[] ary =getResources().getStringArray(R.array.ary); 3、自动提示框:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> String[] arrays=new 阅读全文
posted @ 2010-10-12 10:26 莴笋炒肉 阅读(1706) 评论(0) 推荐(0)