Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在一段时间内禁止用户与活动布局中的几个视图进行交互(取决于发生的指定事件)。我是否必须同时调用setEnabled()和setClickable()方法,或者可能setEnabled()隐含涉及setClickable?
setEnabled()
setClickable()
setClickable