Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

怎么限制FlexboxLayout的行数,并且多出的部分在末尾显示.....? #757

Open
wusir-china opened this issue May 17, 2021 · 1 comment

Comments

@wusir-china
Copy link

如题

@lixbandroid
Copy link

        `val layoutManager = FlexboxLayoutManager(view.context, FlexDirection.ROW)
        layoutManager.maxLine = 2
        tagLv.layoutManager = layoutManager`

LayoutManager 可以设置行数,至于怎么在末尾增加...就不知道了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants