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.
可能重复: Android:如何创建幻灯片(开/关)按钮
我想在我的 Android 应用程序中创建滑动按钮,使其如下所示:
我怎样才能做到这一点?
使用 ToggleButton创建此滑动按钮
请参阅本教程以在 Android 中创建自定义切换按钮
适用于 Android 的性感风格切换按钮(archive.org 镜像)
编辑:如果您使用的是 Android API LEVEL 14 或更高版本,那么您还可以使用Switch Widget来创建滑动按钮,请参见此示例:
创建交换机