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.
but in case have defined fixed height , width edittext. therefore disappears previous text when inserting more text.
since inconvenient users, better if can change effect shift text this.
this how add edittext
please enlight me if know how done. thank you
try setting inputtype on edittext
like
child.setinputtype( inputtype.type_class_text)
Comments
Post a Comment