Issue
My textfield not expanding after line of words. I can't see my first line after write second line for text box. I want to expand automatically text field. My text field not creating new line after writing words. I can send my message but can't see another lines before send. My language is kotlin.
Solution
just use:
<TextView
android:id="@+id/textView"
android:layout_width="150dp"
android:layout_height="wrap_content"/>
Answered By - Toni Kaufmann
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.