码迷,mamicode.com
首页 > 其他好文 > 详细

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

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

标签:android   deprecated   setbackgrounddrawable(drawable)   

这表示方法: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

标签:android   deprecated   setbackgrounddrawable(drawable)   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!