I'm having three TextViews
in a layout (First, Second, Third)
Now if the FirstTextView
text or SecondTextView
text is large then the ThirdTextView
should go to the next line
I guess this functionality can be achieved thru HTML, but how can i acheive this in Native Android
And which layout should be taken to do this.