Does any one know how to wrap text in TextView in Android platform. i.e if the text in textview exceed the screen length it should be displayed in the second line.
I
This should fix your problem: android:layout_weight="1".
android:layout_weight="1"