Pepa Zapletal
Pepa Zapletal

Reputation: 2979

Android: FlowLayout - break TextView at the end of the screen

I'm using in my app FlowLayout (https://github.com/ApmeM/android-flowlayout) and it has set horizontal orientation. When I have a long TextView I want to split this TextView into two TextViews. First TextView will be to the end of the screen and second TextView will start at the start of the second row.

Look at the screenshot (row 5):

FlowLayout

Do you have some idea how can I do it? Somehow easily :)

For info:

Upvotes: 0

Views: 324

Answers (1)

Pepa Zapletal
Pepa Zapletal

Reputation: 2979

I found one solution (maybe it's not the best):

create for every char own TextView component.

Upvotes: 0

Related Questions