流式布局

1.自定义ViewGroup,全代码如下:


流式布局_第1张图片
流式布局_第2张图片
流式布局_第3张图片
流式布局_第4张图片
流式布局_第5张图片
流式布局_第6张图片
流式布局_第7张图片
流式布局_第8张图片
重写的方法
流式布局_第9张图片
内部类

2.layout内容


流式布局_第10张图片
flow_activity_layout


流式布局_第11张图片
flow_item_layout

3.加载数据


流式布局_第12张图片
在需要显示的地方仿写此方法

参考网址:http://blog.csdn.net/zxt0601/article/details/50533658

另外一个比较好用的流式布局,可直接引入使用:https://github.com/LRH1993/AutoFlowLayout

你可能感兴趣的:(流式布局)