AnimateCheckBox

General

Category
Free
Tag
Checkboxes
License
N/A
Registered
May 26, 2015
Favorites
13
Link
https://github.com/hanks-zyh/AnimateCheckBox
See also
Toggle
SlideSwitch
Material Animated Switch
IconSwitch
Android-SwitchIcon

Additional

Language
Java
Version
N/A
Created
May 15, 2015
Updated
Apr 18, 2017 (Retired)
Owner
hanks (hanks-zyh)
Contributor
hanks (hanks-zyh)
1
Activity
Badge
Generate
Download
Source code

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.