在SDKVisersion 23 中可以正常使用getDrawable(int ID),升级为25后报错:
解决办法:谷歌查询结果
在SDKVisersion 23 中可以正常使用getDrawable(int ID),升级为25后报错: 解决办...
现象: 网友推荐: 谷歌查询结果:
ContextCompat.getDrawable(); ContextCompat.getColor();
https://blog.csdn.net/lvshuchangyin/article/details/52523465
因为 getResources().getDrawable()已过时:
前言 Android SDK 升级到 23 之后,getDrawable和getColor方法提示过时。 解决方案...
ViewConfiguration.getMaximumFlingVelocity() 方法已经过时。替代方法是g...
1.getResources().getColor()方法过时 2.getResources().getDrawa...
看见有人推荐了Alibaba Java Coding Guidelines就安装了一下这个插件,发现好多问题啊。很...
1)使用drawable资源但不为其设置theme主题 ResourcesCompat.getDrawable(g...
本文标题:getDrawable过时的替代方法
本文链接:https://www.haomeiwen.com/subject/qyplxxtx.html
网友评论