📅  最后修改于: 2022-03-11 15:00:04.356000             🧑  作者: Mango
//how to make clikable false
Button.setClickable(false);
//how to make clikable True
Button.setClickable(true);
//this is valid in android java