setBackgroundDrawable提示:The method setBackgroundDrawable(Drawable) from the type View is deprecated

来源:互联网 发布:spaltoon2 知乎 编辑:程序博客网 时间:2024/05/29 16:38

http://www.crifan.com/android_the_method_setbackgrounddrawable_drawable_from_the_type_view_is_deprecated/


当出现:

The method setBackgroundDrawable(Drawable) from the type View is deprecated

时,把:

setBackgroundDrawable

换为

setBackgroundResource

即可。

且传入的参数直接是resource的id,无需再去通过ID获得View,更加方便。


0 0
原创粉丝点击