摘要: android.content.res 资源类 int getColor(int id) 对应res/values/colors.xml Drawable getDrawable(int id) 对应res/drawable/ XmlResourceParser getLayout(int id) 对应res/layout/ String getString(int id) 和CharSequence getText(int id) 对应res/values/strings.xml InputStream openRawResource(int id) 对应res/raw/ ... 阅读全文
posted @ 2012-02-21 17:05 Lee_Alvin 阅读(132) 评论(0) 推荐(0)