I am using Android 3.0. I need to create a EditText which should take only single line and text should scroll horizontally. I used Android:singleline=true. But when the text reaches end of the edittext width, the next text is coming in next line. Can anyone help me how to create single line EditText in android 3.0. The EditText that I used is enclosed in TableRow of TableLayout.
Thanks in Advance,