【已解决】Android中使用setBackgroundDrawable错误提示:The method setBackgroundDrawable(Drawable) from the type View is deprecated
crifan 4年前 (2014-03-26) 553浏览 0评论
【问题】 如下android代码: Drawable statusQuestionDrawable = resources.getDrawable(R.drawable.status_question); statusView.setBa...