BelooS / ChipsLayoutManager

ANDROID. ChipsLayoutManager (SpanLayoutManager, FlowLayoutManager). A custom layout manager for RecyclerView which mimicric TextView span behaviour, flow layouts behaviour with support of amazing recyclerView features
Apache License 2.0
3.25k stars 362 forks source link

有谁能修改下让每行可以居中显示 #46

Open salmanit opened 7 years ago

salmanit commented 7 years ago

自动换行,每行限制个数都不错,唯一不足的就是每行的内容不可以设置居中显示。貌似都只能居左或者用rtl居右,都不是我们想要的,求高手修改,看作者貌似不维护这个了。

KobeBryant824 commented 7 years ago

你可以直接用FlexboxLayout->FlexboxLayoutMananer官方的流式布局

salmanit commented 7 years ago

@KobeBryant824 流式布局不是我们需要的,我们的ui需求是每行最多3个,完事居中。。流式的不能限制每行几个吧,他不是那种能显示几个就显示几个的吗

cgpllx commented 6 years ago

流式的可以限制每行几个的

tpnet commented 6 years ago

@salmanit setRowStrategy(ChipsLayoutManager.STRATEGY_CENTER)