设置Button不可点击

由于Button默认”android:clickable”属性是”true”,所以如果想设置Button不可点击的话,用这个属性是没有效果的。对于Button,应该设置”enable”属性为false才行:

android:enable=false