当前位置:首页 > 安卓源码 > 控件分类 > GridView >

一个支持header和footer的gridview

时间:2016-08-18 15:59 来源:互联网 作者:源码搜藏收藏

  • 源码类别:GridView
  • 源码大小:未知
  • 编码格式:gbk,utf8,不限
  • 运行环境:php+mysql
  • 广告推荐

GridView的页眉和页脚

屏幕截图

该库包含CUBE-SDKhttps://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);

本站资源仅限于学习研究,严禁从事商业或者非法活动! 源码搜藏网所有源码来自互联网转载与用户上传分享,如果侵犯了您的权益请与我们联系,我们将在24小时内删除!谢谢!
上一篇:没有了
下一篇:没有了

GridView下载排行

最新文章