自动换行Tag

多个标签自动换行功能

<co.hkm.soltag.TagContainerLayout
android:id="@+id/tagcontainerLayout1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:padding="10dp"
app:container_enable_drag="true"
app:horizontal_interval="10dp"
app:tag_theme="pure_teal"
app:vertical_interval="10dp" />
TagContainerLayout.setTag(list);

下面是案例,多种类型都有

猜你喜欢

转载自274137570-qq-com.iteye.com/blog/2405934