Android 上类似IOS 的开关控件。 Android ToggleButton

码农软件 · 软件分类 · Android UI 组件 · 2019-04-26 19:29:35

软件介绍

Android 上类似IOS 的开关控件。

    
    ToggleButton toggleBtn;
    //切换开关
    toggleBtn.toggle();
    //开关切换事件
    toggleBtn.setOnToggleChanged(new OnToggleChanged(){
            @Override
            public void onToggle(boolean on) {
            }
    });

    toggleBtn.setToggleOn();
    toggleBtn.setToggleOff();


本文地址:https://codercto.com/soft/d/4450.html

Dive Into Python

Dive Into Python

Mark Pilgrim / Apress / 2004-11-5 / GBP 31.49

Python is a new and innovative scripting language. It is set to replace Perl as the programming language of choice for shell scripters, and for serious application developers who want a feature-rich, ......一起来看看 《Dive Into Python》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具