zcweng / SwitchButton

SwitchButton.An beautiful+lightweight+custom-style-easy switch widget for Android,minSdkVersion >= 11
https://github.com/zcweng/SwitchButton
MIT License
2.67k stars 415 forks source link

代码中设置了switchButton.setEnableEffect(false);还是能点击,点击还是有反应!我想实现不可点击状态 #25

Closed yecaler closed 1 year ago

yecaler commented 6 years ago

代码中设置了switchButton.setEnableEffect(false);还是能点击,点击还是有反应! 我想实现不可点击状态如何设置?

yecaler commented 6 years ago

help

yecaler commented 6 years ago

已解决! gasOpen.setEnabled(false); 这样设置会起效果。