文件名称:PinnedHeaderView:固定标头ListView for android(如iOS)
文件大小:253KB
文件格式:ZIP
更新时间:2024-05-29 08:19:14
Java
PinnedHeaderView 类似iOS上可折叠头部的ListView,效果如下图所示 ###Gradle compile 'com.hjy.library:PinnedHeaderListView:1.0.3' ###使用方法 #####PinnedHeaderListView 仅实现可折叠头部的ListView,右边无索引条 在layout里配置: <com.hjy.pinnedheaderlistview.PinnedHeaderListView android:id="@+id/ListView_Country" android:layout_width="match_parent" android:layout_height="match_parent" android:cacheColorHint="#00000000"
【文件预览】:
PinnedHeaderView-master
----gradlew(5KB)
----settings.gradle(74B)
----PinnedHeaderListView.iml(951B)
----.idea()
--------libraries()
--------runConfigurations.xml(564B)
--------misc.xml(3KB)
--------compiler.xml(656B)
--------workspace.xml(205KB)
--------dictionaries()
--------gradle.xml(625B)
--------.name(20B)
--------modules.xml(487B)
--------copyright()
--------vcs.xml(164B)
----LICENSE(11KB)
----gradle()
--------wrapper()
----README.md(6KB)
----screenshots()
--------img1.png(164KB)
----gradlew.bat(2KB)
----gradle.properties(855B)
----.gitignore(300B)
----PinnedHeaderListView()
--------src()
--------PinnedHeaderListView-PinnedHeaderListView.iml(7KB)
--------.gitignore(7B)
--------build.gradle(3KB)
--------proguard-rules.pro(661B)
----build.gradle(657B)