GridView的页眉和页脚
该库包含CUBE-SDK
:https://github.com/etao-open-source/cube-sdk。该演示是在这里:https://github.com/liaohuqiu/android-cube-app。
Maven
<dependency> <groupId>in.srain.cube</groupId> <artifactId>grid-view-with-header-footer</artifactId> <type>jar</type> <version>1.0.12</version> </dependency>
Gradle
compile 'in.srain.cube:grid-view-with-header-footer:1.0.12'
Usage
GridViewWithHeaderAndFooter gridView = (GridViewWithHeaderAndFooter) v.findViewById(R.id.ly_image_list_grid); LayoutInflater layoutInflater = LayoutInflater.from(this); View headerView = layoutInflater.inflate(R.layout.test_header_view, null); View footerView = layoutInflater.inflate(R.layout.test_footer_view, null); gridView.addHeaderView(headerView); gridView.addFooterView(footerView);
资源均来自第三方,谨慎下载,前往第三方网站下载