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

Need help with achieving described configuration. #46

Open
Lingviston opened this issue May 6, 2015 · 1 comment
Open

Need help with achieving described configuration. #46

Lingviston opened this issue May 6, 2015 · 1 comment

Comments

@Lingviston
Copy link

I need to achieve such behavior:

  1. Horizontal FlowLayout contains several TextViews.
  2. It also contains EditText which is always in the end and occupies the whole width of the last line. So if in last line of TextViews they don't occupy the whole width then EditText occupies the rest otherwiase EditText moved to the next line (rarely possible).
  3. If during input EditText's text rather long to reach it's end then if it is the only view in line - it expands itself to the next line (default multiline behavior) if it is not then it's moved to the next line.
    Can this be done using this FlowLayout library?
@Alireza-Farahani
Copy link

I need almost exactly same behavior. Do you solve your problem?

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