控件设置为不可点击

Clickable 为 true 是可以点击,为 false 不可点击:

textView.setClickable(false);

猜你喜欢

转载自blog.csdn.net/wuqingsen1/article/details/80499698