标签: android switch-statement togglebutton
我尝试使用三个选项进行自定义切换,如何使其像这张图片
答案 0 :(得分:1)
在这里看一下这篇文章:Multi-State Toggle Button
有两种解决方案:
<强> 1。使用图书馆 - 可能无法根据您的图像要求进行调整。
<强> 2。扩展ImageButton - 看起来相当简单,可能对你有用。