0
How to do in the TextView
so that when inserting text it becomes as a single line and the text box is accompanied as you write?
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World!" />
When you insert text into TextView
, when it arrives at the end of the text box it will insert and you do not see, I want to make you see what is being typed, the initial part will hide and not adjust.
Possible duplicate of How do I access the text size (Texview) and compress the text box (Textview) via code?
– user28595
@Diegofelipe this is another question, because when you insert text in
TextView
, when it arrives at the end of the text box it goes inserting and you do not see, I want to make you see what being typed the other part goes hiding and not adjust on the screen referring to another question– Vale
Please edit the question to add details...
– brasofilo