Android代码-自定义动画和表头的ListView

时间:2022-08-27 14:43:10
【文件属性】:
文件名称:Android代码-自定义动画和表头的ListView
文件大小:744KB
文件格式:ZIP
更新时间:2022-08-27 14:43:10
Android代码 StikkyHeader This is a very simple library for Android that allows you to stick an header to a ListView and easily apply animation to it Usage To use the StikkyHeader library, you just need 3 lines: StikkyHeaderBuilder.stickTo(mListView) .setHeader(R.id.header, containerLayout) .minHeightHeader(250) .build(); that's all, folks! Header Animator Using the StikkyHeader you can create easly some nice animations extending the HeaderStikkyAnimator and using the utility AnimatorBuilder.
【文件预览】:
StikkyHeader-master
----.gitignore(224B)
----core()
--------gradle-mvn-push.gradle(5KB)
--------build.gradle(409B)
--------src()
--------gradle.properties(60B)
----settings.gradle(28B)
----build.gradle(201B)
----gradlew(5KB)
----readme()
--------example1.gif(270KB)
--------example2.gif(281KB)
----LICENSE(11KB)
----README.md(2KB)
----gradlew.bat(2KB)
----gradle.properties(736B)
----example()
--------build.gradle(388B)
--------src()
----gradle()
--------wrapper()

网友评论