Android Edittext shift text instead of newline effect when inserting more text -


i need change default effect of edittext when doesn't have enough space add more text.

enter image description here

but in case have defined fixed height , width edittext. therefore disappears previous text when inserting more text.

enter image description here

since inconvenient users, better if can change effect shift text this.

enter image description here

this how add edittext

enter image description here

please enlight me if know how done. thank you

try setting inputtype on edittext like

 child.setinputtype( inputtype.type_class_text) 

Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -