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

Android ImageButton跟Button的区别

2013-09-28 
Android ImageButton和Button的区别1. 你不能在ImageButton写文本文字,但你可以在Button上写文字。2. Image

Android ImageButton和Button的区别

1. 你不能在ImageButton写文本文字,但你可以在Button上写文字。

2. ImageButton继承于ImageView,而Button继承于TextView.

热点排行