Skip to content Skip to sidebar Skip to footer

How To Arrange My Layout For A Large Text In Android?

I set the parent view as a scrollview. Then I put a TextView to display my help text. But the string resource i use to put in the textview has limited characters. My help text is l

Solution 1:

i got it solved by dynamically populating the TextView


Post a Comment for "How To Arrange My Layout For A Large Text In Android?"