whilu / AndroidTagView

A TagView library for Android. Customize your own & Drag effect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Horizontal scrolling tags in the container layout.

Srt9930 opened this issue · comments

horizontal scrolling is not working, i don't want more than one line in the tagView.

Try to put TagContainerLayout inside a ScrollView

Try to put TagContainerLayout inside a ScrollView

I've tried that but it do not work. and i think it can't work with this way because the TagContainerLayout has tags as children so if we use scrollview or HorizontalScrollView it wrap the TagContainerLayout not the tags.