Using this EditText definition in res/main.xml:
<EditText
android:text=""
android:id="@+id/EditTextReading"
android:layout_width="10mm"
android:layout_height="wrap_content"
android:inputType="numberSigned">
</EditText>
When user clicks on EditText widget, a numeric version of the qwerty
soft keyboard appears onscreen to allow input. In the enviornment this
application will run in, a 12key number keypad or even a phone keypad
with the larger keys would be better.
Is there a way to cause a 12 key number keypad or the phone keypad to
appear?
Thanks, John Brown
--
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