Wah wrote:
> I have an EditText field that is intended for only numbers ( digits,
> decimal point, +/- signs). How do I tell the software keyboard to jump
> to numeric mode directly?

android:input_type="numberDecimal|numberSigned" should do the trick:

http://developer.android.com/reference/android/widget/TextView.html#attr_android:inputType

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android 1.5 Programming Books: http://commonsware.com/books.html

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to