今天用ImageButton的时候一脸懵逼,用src设置了图片,显示的时候有一块灰糊糊的东西在背景上.
查证:
1. Button继承与View,ImageButton继承于ImageView.
2. Button能setText,ImageButton能设置src.
3. ImageView也可以设置点击时间.
4. ImageButton对9.png不友好(微笑脸
5. ImageButton有默认背景
ImageButton的默认背景通过background设置,如果用src设置背景需要将background属性改为@null,或者直接通过background设置.
另,src和background有本质区别…
http://blog.youkuaiyun.com/wjoker/article/details/50847188
看这里喽