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.
我正在尝试使用 SwitchCompat 来实现这一点:
有没有办法得到它?
如果您使用的是 Material design,那么您必须设置处理颜色或控件的强调色:
<item name="colorAccent">@color/accent</item>
如果您只想要特定视图,则创建一个新样式并添加这些项目(colorControlNormal、colorControlActivated、colorControlHighlight 和 colorSwitchThumbNormal),其颜色与上述代码类似。
希望能帮助到你。