Skip to content

这是一个SwitchButton依赖库,封装有各种样式的SwitchButton,使用简单

Notifications You must be signed in to change notification settings

Achenglove/AchengSwitchButton

Repository files navigation

AchengSwitchButton

这是一个SwitchButton依赖库,封装有各种样式的SwitchButton,使用简单

基本使用

1.添加 Gradle 依赖

dependencies {
    compile 'com.github.Achenglove:MPictureSelector:v1.0'
}

2.xml布局文件

 <com.ccr.switchbuttonlibrary.ASwitchButton
        android:id="@+id/switch_button"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginTop="10dp"/>

About

这是一个SwitchButton依赖库,封装有各种样式的SwitchButton,使用简单

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages