Splitting a TextView into multiple text elements relative to screen height

So, I have what I consider to be a rather difficult problem. I have this massive TextView, whose length is several. What I want to do is split the TextView into smaller TextViews, each of which is the height of the visible screen (so there is no vertical scroll), and put the smaller TextViews in the horizontal scroll gallery. I can do the latter without problems, but I cannot come up with a good way to break TextViews.

It is also worth noting that TextView contains a lot of different stylized texts (different sizes, spacing, etc.).

I'm not necessarily looking for solutions, but suggestions will be helpful and appreciated.

+3
source share
1

AndroViews android-viewflow. , , android-viewflow, .

TextView onMeasure() . , FBReader, , .

+2