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

是否可以支持通过代码修改颜色,更换主题需要 #58

Closed mosentest closed 9 months ago

mosentest commented 1 year ago

checkedColor

developmans commented 1 year ago

已收到!

mosentest commented 1 year ago

已收到!

你是作者么

mosentest commented 1 year ago

fun setCheckedColor(color: Int) { checkedColor = color invalidate() }