首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 平面设计 > 图形图像 >

android中ImageView、ImageButton、Button其间的区别

2013-01-19 
android中ImageView、ImageButton、Button之间的区别1.继承不同:java.lang.Object ? android.view.View ?and

android中ImageView、ImageButton、Button之间的区别

1.继承不同:
java.lang.Object ? android.view.View ?android.widget.ImageView ? android.widget.ImageButton 

java.lang.Object ? android.view.View ? android.widget.TextView ?android.widget.Button

因而ImageButton 不支持setText,而Button支持。反之,ImageButton 支持setImageURI,而Button不支持。Button和ImageButton有Button的状态,但是ImageView没有。

2.显示差异:

imageView 加上可点击的属性同样实现button的点击功能,这样看来没啥区别,可是可是,最近我做的listView,一个imagebutton,一个imageView 显示圆角图片的时候,imageBotton 居然显示不出来.

ImageButton 拥有默认背景:

3.支持图片:   

别人说 :ImageButton支持9.png 吧~imangeView就不行了。

热点排行