摘要: 因为项目实现,需要动态的调用CheckTextView.setCheckMarkDrawable(Drawable)当调用.setCheckMarkDrawable(android.R.attr.listChoiceIndicatorMultiple)时,系统总是提示android.content.res.Resources$NotFoundException: Resource ID XXXXX此时通过如下方法可以解决:通过主题获取界面元素 int[] attrs = { android.R.attr.listChoiceIndicatorMultiple }; TypedArray... 阅读全文
posted @ 2013-12-16 22:39 慕容渊 阅读(938) 评论(0) 推荐(0)