Question for UI text field line wrapper
-
I am playing with the UI now.
I created a UI from built-in UI design.
UI had a text field for input.
My question is is there a way to enable line wrap on text field? When entered text is longer than the text field, i like it auto wrap into 2 line on display.Thank you
-
Use a TextView instead. That auto-wraps
-
Thank you. Works perfect.