setClickable()和setEnabled()不工作,但是像setVisibilty()这样的其他方法工作得很好,所以当启动动作模式时,回收器视图应该被禁用并且不可点击。isActionMode = true; recyclerView.setEnabled(false); //here is the problem 1
r
我有两个编辑文本,当我在另一个文本中设置一个输入时,我想禁用其中一个,我使用了TextWatcher,如下所示: private View view; this.view=view; public void beforeTextChanged(CharSequence s, int start, int count, int aft