AndroidTagView icon indicating copy to clipboard operation
AndroidTagView copied to clipboard

The container is not scrolling on setting container_max_lines

Open faiz636 opened this issue 7 years ago • 2 comments

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.

faiz636 avatar Jun 30 '17 12:06 faiz636

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 .

whilu avatar Jul 01 '17 15:07 whilu

Just wrap the TagContainerLayout inside a scrollview, and that's it. It will start working perfectly.

aliraza96 avatar Mar 02 '23 07:03 aliraza96