zcweng / SwitchButton

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

SwitchButton的onCheckedChanged触发错误问题 #23

Open 2534290808 opened 6 years ago

2534290808 commented 6 years ago

如果有三个SwitchButton渲染, 前两个SwitchButton触发的是第三个SwitchButton的onCheckedChanged

依次:如果有多个SwitchButton渲染,不管点击哪个SwitchButton始终只是渲染最后一个 SwitchButton的onCheckedChanged,

求解,谢谢!