【风马一族_Android】Button 按钮之记录


Button button = new Button();
Button button = (Button)
findViewById(R.id.bt_button);
//让按钮显示灰色,失效
button.setEnabled(false);
posted @ 2016-01-11 16:44  风马一族  阅读(131)  评论(0)    收藏  举报