[android-developers] EditTextPreference: how to make it single-line?

2010-01-03 Thread Edward Falk
I have an EditTextPreference item in my Preference activity. I would like the enter key signal ok rather than enter a newline. Is this do-able via the preferences.xml file or some resources file? In fact, ideally, I'd like to replace the enter symbol in the soft keyboard with Done. -- You

Re: [android-developers] EditTextPreference: how to make it single-line?

2010-01-03 Thread Wayne Wenthin
android:singleLine=true On Sun, Jan 3, 2010 at 11:06 AM, Edward Falk ed.f...@gmail.com wrote: I have an EditTextPreference item in my Preference activity. I would like the enter key signal ok rather than enter a newline. Is this do-able via the preferences.xml file or some resources file?

Re: [android-developers] EditTextPreference: how to make it single-line?

2010-01-03 Thread Wayne Wenthin
and check out these: android:imeOptions=actionNext android:imeOptions=actionDone On Sun, Jan 3, 2010 at 11:13 AM, Wayne Wenthin wa...@fuligin.com wrote: android:singleLine=true On Sun, Jan 3, 2010 at 11:06 AM, Edward Falk ed.f...@gmail.com wrote: I have an EditTextPreference item in my