美文网首页
getResources().getDrawable方法的废弃

getResources().getDrawable方法的废弃

作者: 简单Liml | 来源:发表于2017-05-15 10:04 被阅读114次

参考链接:http://www.jianshu.com/p/e22d9dd93d4a

Android中的方法getResources().getDrawable() 在 API 22 废弃。

可使用下列方法进行代替:

ResourcesCompat.getDrawable(getResources(), R.drawable.name, null);

相关文章

网友评论

      本文标题:getResources().getDrawable方法的废弃

      本文链接:https://www.haomeiwen.com/subject/kxocxxtx.html