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 应用程序设计一个类似于 windows 的切换按钮。我不知道该使用哪一个。我尝试使用 SeekBar & ToggleButton。我无法以相同的方式模拟。
当你点击它时,它会滑到另一端。不是滑块的确切方式。当您单击它时,如果它处于关闭状态。它将滑动到另一端并使其启用。
SeekBar 中有没有我可以实现的方法。对于界面,我将使用下面的图标
也许 Switch 适合你http://developer.android.com/reference/android/widget/Switch.html?