Android代码-Tri-State-Checkbox

时间:2022-08-26 02:38:52
【文件属性】:

文件名称:Android代码-Tri-State-Checkbox

文件大小:512KB

文件格式:ZIP

更新时间:2022-08-26 02:38:52

Android代码

Animated Tri State Checkbox 3 State Checkbox for Android in pure Material Style, with animation between the states. Usage In your layout: In Kotlin: // set both the checked and indeterminate state checkbox.setChecked(true, true) // set the indeterminate state only checkBox.isIndeterminate = false Cycles: Change the cycle used to determine the next state of the checkbox when the user click the component, or when the toggle() method is called. The value passed is an array of 4 integer elements,


【文件预览】:
Tri-State-Checkbox-master
----gradlew.bat(2KB)
----gradlew(5KB)
----art()
--------checkbox.gif(514KB)
----gradle.properties(2KB)
----library()
--------gradle.properties(88B)
--------proguard-rules.pro(751B)
--------src()
--------.gitignore(7B)
--------build.gradle(3KB)
----LICENSE(1KB)
----app()
--------proguard-rules.pro(751B)
--------src()
--------.gitignore(7B)
--------build.gradle(1KB)
----gradle()
--------wrapper()
----.idea()
--------runConfigurations.xml(564B)
--------misc.xml(515B)
--------vcs.xml(167B)
--------modules.xml(827B)
--------encodings.xml(135B)
--------inspectionProfiles()
----.gitignore(1017B)
----README.md(4KB)
----settings.gradle(27B)
----build.gradle(780B)

网友评论