Android Eclipse Linear Layout with multiple text views not wrapping?

Your desired result is not possible with a LinearLayout containing multiple TextViews (or other things such as Buttons etc.).

You can't achieve that result using a LinearLayout . I think the best solution in this case is to use a single TextView with multiple styles in (if you need dynamic values for text). Take a look here for insights: Is it possible to have multiple styles inside a TextView?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions