android Button ImageButton 差别
android Button ImageButton 区别BUTTON类结构图:由类结构图,可以看出Button是继承于TextView的,所以TextV
android Button ImageButton 区别
BUTTON类结构图:

由类结构图,可以看出Button是继承于TextView的,所以TextView的一些属性也适用于Button控件。
ImageButton类结构图:

ImageButton就是用一个图标代表了一些文字,它没Android:text属性。它由Android:src指定图标的位置
android:src="@drawable/back_48"
其他属性都和Button差不多
1、 如何设置按钮的样式?
通过Android:background设置
imgBtn01.setAlpha(50);//设置透明度