Android代码-ExpandableLayout

时间:2022-08-27 21:00:36
【文件属性】:

文件名称:Android代码-ExpandableLayout

文件大小:1.73MB

文件格式:ZIP

更新时间:2022-08-27 21:00:36

Android代码

ExpandableLayout An Android layout class that supports animating the expansion and collapse of its child views. I built this because all of the available libraries I tested were missing features or behaving unexpectedly in certain cases (e.g. rotation handling). This library offloads as much work as possible to the parent layout to ensure that the rendering and size calculations behave as expected. This means that even complex features such as LinearLayout's weight tag are properly supported. Tr


【文件预览】:
ExpandableLayout-master
----.gitignore(183B)
----gradle()
--------wrapper()
----README.md(3KB)
----build.gradle(365B)
----gradlew.bat(2KB)
----gradlew(5KB)
----gradle.properties(855B)
----images()
--------accordion.gif(389KB)
--------recycler.gif(878KB)
--------horizontal.gif(202KB)
--------simple.gif(386KB)
----LICENSE.txt(11KB)
----lib()
--------.gitignore(7B)
--------build.gradle(675B)
--------src()
----settings.gradle(24B)
----demo()
--------.gitignore(7B)
--------build.gradle(451B)
--------src()

网友评论