How to do in TextView
so that when entering text it stays as a line only and the text box goes with it as you go?
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World!" />
When you enter text in TextView
, when it arrives at the end of the text box it inserts and you do not see, I want to make you see what is being typed, the beginning part is hiding and does not adjust .