textview of autocompletetextview showing data in single line
问题 I am getting textview of my autocompletetextview like image (http://1.bp.blogspot.com/_I2Ctfz7eew4/S-fuCsktkaI/AAAAAAAAAZw/31QDXkXQ_Yc/s1600/AutoCompleteTextView2.1.PNG). I want that heigth of textview must expand when length of the text goes out of the width. My autocompletetextview code is: <AutoCompleteTextView android:layout_width="0dip" android:layout_weight="3.5" android:layout_height="40dp" android:ems="10" android:padding="5dp" android:imeOptions="actionNext" android:layout_marginLeft