Skip to content

A custom view in Android with a animation when CheckBox status changed

Notifications You must be signed in to change notification settings

hanks-zyh/AnimateCheckBox

Repository files navigation

AnimateCheckBox

A custom view in Android with a animation when CheckBox status changed 😄


#todo

thera are some problems about the interchange of two lines

#How to use?

dependencies{
    compile 'com.hanks.animatecheckbox:library:0.1'
}
<com.hanks.library.AnimateCheckBox
    android:layout_width="50dp"
    android:layout_height="50dp"
    android:padding="15dp"
    app:animDuration="200"
    app:checkedColor="#00f"
    app:lineColor="#fff"
    app:lineWidth="1.2dp"
    app:unCheckColor="#ff0"/>

Another CheckBox MaterialCheckBox

#License

This library is licensed under the Apache Software License, Version 2.0.

See LICENSE for full of the license text.

Copyright (C) 2015 Hanks

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A custom view in Android with a animation when CheckBox status changed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages