2013年4月25日
摘要: getResources().getDrawable(id)会执行 public Drawable getDrawable(int id) throws NotFoundException { synchronized (mTmpValue) { TypedValue value = mTmpValue; getValue(id, value, true); return loadDrawable(value, id); } } 1 /*package*/ Drawable loadD... 阅读全文
posted @ 2013-04-25 15:54 mingfeng002 阅读(664) 评论(0) 推荐(0) 编辑