Skip to content

简单的流布局自定义view 可以不断添加多个子view,计算位置,自动换行。 适用: 热门标签.

License

Notifications You must be signed in to change notification settings

vir56k/SimpleFlowLayout

Repository files navigation

SimpleFlowLayout

  • name: android 简单的流布局自定义view
  • 作者:张云飞
  • 特点:可以不断添加多个子view,计算位置,自动换行。 类似html中的div标签
  • 适用: 热门标签

#如何使用

  1. 拷贝SimpleFlowLayout.java 到你的项目中
  2. 编写代码,像使用普通的ViewGroup一样: simpleFlowLayout.addView(view);

About

简单的流布局自定义view 可以不断添加多个子view,计算位置,自动换行。 适用: 热门标签.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages