您当前的位置: 首页 > 

ACheckBox

发布时间:2016-10-20 09:22:09 ,浏览量:0

ACheckBox
项目地址: Bigmercu/ACheckBox

Download

This is a simple CheckBox for Android with cool animation.

Import to your project Gradle
compile 'com.bigmercu.cBox:cbox:1.08'
Maven in build.gradle of your project
allprojects {
    repositories {
        jcenter()
        maven {
            url 'https://dl.bintray.com/bigmercu/maven/'
        }
    }
}
...
in build.gradle of your Module
dependencies {
  ...
    compile 'com.bigmercu.cBox:cbox:1.08'
}
Attrs attr format stroke_width dimension color_before color color_after color check_text string check_style fork/hook show_border boolean is_circle_border boolean Usage In Layout File

			
				In Java File
			
mCheckBox.setChecked(boolean);
        mCheckBox.setOnCheckedChangeListener(new CheckBox..OnCheckedChangeListener() {
            @Override
            public void onChange(boolean checked) {
            }
        });
        mCheckBox.isChecked()
screenShot
关注
打赏
1688896170
查看更多评论

暂无认证

  • 0浏览

    0关注

    111075博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文
立即登录/注册

微信扫码登录

0.4809s