KO
|
EN
gitlite — search
Search
#python
#javascript
#tailwindcss
#html
#nodejs
#template
#api
#android
#julia
#chatgpt
#css
#kotlin
FlowLayout
★ 38
Open GitHub ↗
适合目前大多数需求的流布局
Download README (.md)
Explore Similar Repositories
passhelp
:
no-nonsense password generation tool and library
ntfs-journal-viewer
:
Utterly simple NTFS Journal dumping utility. Handy when it comes to Computer Forensics and Malware Forensics Ops.
local-aprs
:
local-aprs is a 'local' web server and client for aprs messages.
ofxWarpBlend
:
Projector warp and blend addon for openFrameworks
pokemoji
:
Pokemon emoji lists for emojipacks
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
FlowLayout
?
Download (.md)
# For most of the current demand flowlayout # 效果图   ## 2.0.0 版本新增功能: 1、解决流布局显示问其题,如设置padding或者在其他布局中显示问题。 2、单选 3、多选 增加最大数量限制设置及回调。 4、支持选择和tag标签 tag标签不能点击选择只能显示查看 5、增加是否平均分配宽度 还是自适。 # 如何使用 <com.dalong.flowlayout.DLFlowLayout android:id="@+id/flowlayout" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@color/colorAccent" app:DL_equally="true" app:DL_flowBg="@drawable/bg_tag" app:DL_horizontalSpacing="5dp" app:DL_isSingle="false" app:DL_maxSelectNum="3" app:DL_stype="select" app:DL_textSize="15" app:DL_verticalSpacing="5dp"/> # gradle使用 compile 'com.dalong:flowlayout:2.0.0'