Hi skalluraya, In your xml file, in the EditText section, put the statement: android:inputType="number" and the numeric keyboard will appear instead of the alpha keys. You can have a reference of the other possibilities by typing "android:" and a drop down list should appear for other things such as layout, color, padding, etc.
Hope this helps. Skyman On Mar 2, 2010, at 3:29 PM, [email protected] wrote: Default number keyboard skalluraya <[email protected]> Feb 28 09:08PM -0800 ^ Hi All, I have a small problem. When i focus on EditText a keyboard comes. By default its Alphabets. If you want numbers then click on nuber button. But what i want is default number keyboard should appear and when you want alphabets press on alphabets button. How can i achive this -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

