您的位置首页生活百科

imagebutton和button的区别

imagebutton和button的区别

的有关信息介绍如下:

imagebutton和button的区别

Imagebutton 继承 Imageview,就是用一个图标代表了一些文字,它没Android:text属性。它由Android:src指定图标的位置 android: Button 继承 Textview,所以TextView的一些属性也适用于Button控件。 Button把图片当作背景与放在ImageButton/ImageView中的效果是不一样的。