AndroidTagView
AndroidTagView copied to clipboard
The container is not scrolling on setting container_max_lines
For too many items i am setting container_max_lines="3" but the entries after the 3rd line are not visible and the container is not scrolling for those items.
I'm sorry to reply too late.
Yes, the 'container_max_lines' attribute only limits the lines of the TagContainerLayout, It's not scrollable when you lines is greater than the max line. This is a bug, I will fix this soon.
Thanks!
2017-06-30 20:19 GMT+08:00 Muhammad Faizan Khan [email protected]:
For too many items i am setting container_max_lines="3" but the entries after the 3rd line are not visible and the container is not scrolling for those items.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/whilu/AndroidTagView/issues/58, or mute the thread https://github.com/notifications/unsubscribe-auth/AGkeW7T5vXkU1ZxnsRi0R5Nx7bhEtJ8Xks5sJOfYgaJpZM4OKgx1 .
Just wrap the TagContainerLayout inside a scrollview, and that's it. It will start working perfectly.