如何实现滑动按钮?

时间:2012-06-29 10:33:37

标签: android android-button

  

可能重复:
  Android: How to create slide (on/off) button

我想在我的Android应用程序中创建滑动按钮,使其看起来如下所示:

enter image description here

我该怎么做?

1 个答案:

答案 0 :(得分:5)

使用ToggleButton创建此滑动按钮

请参阅本教程“在Android中创建自定义ToggleButton”

Sexily Styled Toggle Buttons for Androidarchive.org mirror

编辑:如果您使用的是Android API等级14或更高版本,那么您也可以使用Switch Widget创建滑动按钮,请参阅此示例:

Creating a Switch