Re: [mono-android] Single Line Edittext

2012-04-20 Thread Jonathan Pryor
On Apr 20, 2012, at 10:14 AM, Nosh wrote: > this did the trick also > > android:singleLine="true" > > is this ok? That's fine, though the docs state: http://developer.android.com/reference/android/widget/TextView.html#attr_android:singleLine Note: for editable text views, it is

Re: [mono-android] Single Line Edittext

2012-04-20 Thread Nosh
Thanks Jon this did the trick also android:singleLine="true" is this ok? -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Single-Line-Edittext-tp5649201p5654313.html Sent from the Mono for Android mailing list archive at Nabble.com.

Re: [mono-android] Single Line Edittext

2012-04-19 Thread Jonathan Pryor
On Apr 18, 2012, at 10:19 AM, Nosh wrote: > How can i stop the EditText being Multiline Use the android:inputType attribute and set it to "text" http://developer.android.com/reference/android/widget/TextView.html#attr_android:inputType Or in code, set the InputType property to InputType

[mono-android] Single Line Edittext

2012-04-18 Thread Nosh
Hi How can i stop the EditText being Multiline TIA -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Single-Line-Edittext-tp5649201p5649201.html Sent from the Mono for Android mailing list archive at Nabble.com. ___ Monodro