跳至主要内容

博文

目前显示的是标签为“头尾”的博文

[Widget]HeaderFooterGridView-头尾GridView

HeaderFooterGridView ICON 头尾GridView,支持AUTO_FIT模式,头尾模式有两种,无反射代码。 预览 screenshots 要求 minSdkVersion 4 链接 Github Bintray 使用 基本布局 < am .widget.headerfootergridview.HeaderFooterGridView android : id = " @+id/gird_hfg_content " android : layout_width = " match_parent " android : layout_height = " match_parent " android : columnWidth = " 64dp " android : gravity = " center " android : horizontalSpacing = " 10dip " android : numColumns = " auto_fit " android : stretchMode = " columnWidth " android : verticalSpacing = " 10dip " /> 基本代码 HeaderFooterGridView hfgContent = ( HeaderFooterGridView ) findViewById(id); hfgContent . addHeaderView(headerView); hfgContent . removeHeaderView(headerView); hfgContent . addHeaderItem(headerItem); hfgContent . removeHeaderItem(headerItem); hfgContent . addHeaderItem(headerItem...