Android ImageButton和Button的区别
1. 你不能在ImageButton写文本文字,但你可以在Button上写文字。
2. ImageButton继承于ImageView,而Button继承于TextView.