WrapLayout icon 自动换行布局,水平排列子项,并自动换行,支持不等长不等宽子项,且可以设置垂直间距与水平间距及子项对齐模式。一般用于标签及词条条目进行自动排版。 预览 screenshots 要求 minSdkVersion 4 链接 Github Bintray 使用 基本布局 < am .widget.wraplayout.WrapLayout xmlns : app = " http://schemas.android.com/apk/res-auto " android : id = " @+id/wly_lyt_warp " android : layout_width = " match_parent " android : layout_height = " wrap_content " android : layout_margin = " 10dp " android : background = " @drawable/bg_wraplayout_content " android : horizontalSpacing = " 10dp " android : padding = " 10dp " android : verticalSpacing = " 10dp " app : wlyHorizontalSpacing = " 10dp " app : wlyVerticalSpacing = " 10dp " > ⋯ </ am .widget.wraplayout.WrapLayout> 基本代码 WrapLayout lytWrap = ( WrapLayout ) findViewById( R . id . wly_lyt_warp); lytWrap . setHori