首页 > 其他 > 详细

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

时间:2014-09-15 03:22:48      阅读:422      评论:0      收藏:0      [点我收藏+]

这表示方法:setBackgroundDrawable(Drawable)已被遗弃,用setBackgroundResource(resid)替换即可,并且使用更方便


eg:

button[initial_i][initial_j].setBackgroundResource(R.drawable.hero);



本文出自 “zifangsky” 博客,请务必保留此出处http://983836259.blog.51cto.com/7311475/1552628

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

原文:http://983836259.blog.51cto.com/7311475/1552628

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!