Click the edittext input box to jump out of the numeric keypad

Source: Internet
Author: User

On the internet to see a lot of digital keyboard, in the input user account, the direct soft keyboard appears digital keyboard, but a lot of code some will be less a word, it is not good to use, the use of their own and correct paste over, see Code

in XML

 <edittext
        android:inputtype= "number"
        Android :d igits= "1234567890"
        android:id= "@+id/username_edit"
        android:background= "@mipmap/userbg"
        android:layout_width= "fill_parent"
        android:layout_height= "wrap_content"
        android:layout_alignbottom= @+id/user_img "
        android:layout_torightof=" @+id/user_img "
        android:layout_aligntop= "@+id/user_img"
        android:layout_marginright= "40DP"
        android:gravity= "center"
        android:singleline= "true"
        android:textcursordrawable= "@drawable/cursor"
           />

Other content can set itself, android:inputtype= "number"
Android:digits= "1234567890"

This attribute must have

Java code
Username.setinputtype (Editorinfo.type_class_phone);//Set up numeric keypad display


Of course, if you want to display numbers here, in the case of English, you can set android:digits= "1234567890".

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.