Pretty sure adding

android:inputType="number"

will fix your issue. You may also need to add:

android:windowSoftInputMode="stateVisible|adjustResize"

as an attribute of the activity section of AndroidManifest.xml

-- Simon

On Apr 27, 11:37 pm, Tom Gibara <m...@tomgibara.com> wrote:
> I just tried this in the 1.5 r1 release and it remains non-functional, so
> I'm assuming it's a bug:http://code.google.com/p/android/issues/detail?id=2525
>
> Tom.
--~--~---------~--~----~------------~-------~--~----~
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