SwitchButton的用法

本文介绍了SwitchButton在项目开发中的应用,通过一个demo详细解析了switchbutton的多种属性,包括swThumbDrawable、swThumb_margin、swThumb_width、swThumb_height、swThumbColor、swMeasureFactor、swTextOn、swTextOff、swBackColor和swBackDrawable等,帮助开发者更好地理解和定制开关控件。
摘要由CSDN通过智能技术生成

1、switchbutton是项目开发中常用的开关控件,可直接引用系统中的switchbutton,刚刚写了一个小demo,研究了一下switchbutton中的一些常用属性:

  • swThumbDrawable: drawable of thumb(按钮的图像)
  • swThumb_margin: set inner margin between thumb and edges
  • swThumb_marginLeft/Top/Bottom/Right: set margin for specific edge
  • swThumb_width: set the width of thumb, probably used for gradient drawable(按钮的宽)
  • swThumb_height: set the height of thumb(按钮的高)
  • swThumbColor: like the onColor(按钮的颜色,默认为灰色,打开时根据类型所定)
  • swMeasureFactor: factor limit the minimum width equals almost (the height of thumb * measureFactor)(拇指高度)
  • swTextOn:按钮开始时显示的内容
  • swTextOff:按钮关闭的时显示的内容
  • swBackColor:开关背景色
  • swBackDrawable:开关背景图片
2、自己写的小demo:

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    tools:context="com.example.wls.myswitchbutton.MainActivity">

    <com.alanapi.switchbutton.SwitchButton
        android:id="@+id/switchButton1"
        
评论 5
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值