Hello,

I have a TextView (or MultiAutoCompleteTextView) field where user can
enter both numbers (0 - 9) and characters (a -z, what ever).  But I
would like to set the numeric soft-keyboard as default. I want the
numeric keyboard appearing first, but user can press the [ABC] button
and enter what ever character he wants.  Is this possible?

I have tried with:

<!--
  android:numeric="decimal"
  android:inputType="number"
  android:inputType="numberDecimal"
 -->

<EditText
    android:id="@+id/input"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:text=""
    android:inputType="number|text"
   />

Here is a simple test app.
http://www.futuredesktop.org/tmp/Test2.tar.gz
----
See also my prev. unanswered question ;-)
http://i1.no/09gt/



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

Reply via email to