标签: android checkbox radio-button material-design
我似乎无法更改normalState的{{1}},但检查状态具有正确的色调。现在我正在采用这种策略, 制作TintCheckBox并申请ColorSelector。但这不符合要求。
normalState
TintCheckBox
ColorSelector
我有什么方法可以为android:backgroundTint和TintCheckBox设置样式吗?对于不同的状态,如压迫,聚焦等。
android:backgroundTint
P.S解决方案需要适用于4+ API级别。