I am wondering how to have a TextView display its content on several lines without hardcoding the width in the XML.
TextView
Also add
android:minLines="2" android:scrollHorizontally="false"