You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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?
The text was updated successfully, but these errors were encountered:
I need to achieve such behavior:
Can this be done using this FlowLayout library?
The text was updated successfully, but these errors were encountered: