【开源】GridViewWithHeaderAndFooter
GridViewWithHeaderAndFooter
- https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter
介绍:
带有头部(header)和脚部(footer)的GridView运行效果:

使用说明:
|
1
2
3
4
5
6
|
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); |
posted on 2015-03-25 17:40 wasdchenhao 阅读(194) 评论(0) 收藏 举报
浙公网安备 33010602011771号