android Button ImageButton 区别
BUTTON类结构图:
由类结构图,可以看出Button是继承于TextView的,所以TextView的一些属性也适用于Button控件。
ImageButton类结构图:
android:src="@drawable/back_48"
其他属性都和Button差不多
1、 如何设置按钮的样式?
通过Android:background设置
imgBtn01.setAlpha(50);//设置透明度
发布时间: 2012-08-24 10:00:21 作者: rapoo
android Button ImageButton 区别
BUTTON类结构图:
由类结构图,可以看出Button是继承于TextView的,所以TextView的一些属性也适用于Button控件。
ImageButton类结构图:
1、 如何设置按钮的样式?
通过Android:background设置
imgBtn01.setAlpha(50);//设置透明度