Button
和ImageButton
之间有什么区别,如果我们在按钮的背景中使用任何图像,它也可以像图像按钮一样工作。那么为什么我们使用图像按钮?
提前致谢:)
答案 0 :(得分:9)
按钮扩展了TextView,允许您使用背景图像创建可点击文本。 http://developer.android.com/reference/android/widget/TextView.html
ImageButton扩展了Image视图,它有更多与图像处理相关的方法。 http://developer.android.com/reference/android/widget/ImageView.html