# FlowLayoutProject **Repository Path**: zhongrui_developer/FlowLayoutProject ## Basic Information - **Project Name**: FlowLayoutProject - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-19 - **Last Updated**: 2023-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README image                     image ## [aar下载](https://raw.githubusercontent.com/zhongruiAndroid/FlowLayoutProject/master/demo/FlowLayout.aar "aar文件") ## [Demo.apk下载](https://raw.githubusercontent.com/zhongruiAndroid/FlowLayoutProject/master/demo/demo.apk "apk文件") | 属性 | 类型 | 说明 | |---------|-----------|------------------------------------------------------------------------------| | bothGap | dimension | 设置水平和垂直间距 | | vGap | dimension | 设置垂直间距 | | hGap | dimension | 设置水平间距 | | gravity | | 子view水平排列方式
left:水平居左
right:水平居右
center:水平居中 | | gravity_vertical | | 每行子view垂直排列方式
top:垂直居上
bottom:垂直居右
center:垂直居下 | | layout_params属性 | 类型 | 说明 | |---------|-----------|------------------------------------------------------------------------------| | layout_new_line | boolean | 是否换行 | ```xml app:layout_new_line="true" /> ```
### 如果本库对您有帮助,还希望支付宝扫一扫下面二维码,你我同时免费获取奖励金(非常感谢 Y(^-^)Y) ![github](https://github.com/zhongruiAndroid/SomeImage/blob/master/image/small_ali.jpg?raw=true "github") | 最新版本号 | [ ![Download](https://api.bintray.com/packages/zhongrui/mylibrary/FlowLayout/images/download.svg) ](https://bintray.com/zhongrui/mylibrary/FlowLayout/_latestVersion) | |--------|----| ```gradle implementation 'com.github:FlowLayout:版本号看上面' ```