donkingliang / LabelsView

Android的标签列表控件。可以设置标签的选中效果。 可以设置标签的选中类型:不可选中、单选、限数量多选和不限数量多选等, 并支持设置必选项、单行显示、最大显示行数等功能。
Apache License 2.0
1.02k stars 157 forks source link

能否设置每个标签的样式? #9

Closed oksimple closed 5 years ago

oksimple commented 6 years ago

比如每个标签的圆角角度。还有动态删除某个标签的功能好实现嘛?

donkingliang commented 6 years ago

你的这个需求,用我的这个LabelsView不好实现。因为LabelsView就算一个普通的标签列表,它的样式都是统一设置好的。 你用多item的RecyclerView或者是flexbox-layout可能会更好。