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(false))后,我无法捕获按钮的点击。
有什么办法可以听到禁用按钮的点击?
Android 开发人员开发ToggleButton是有原因的。
您应该使用ToggleButton而不是普通的标准 Button来实现切换操作。