Android custom numeric keyboard

前端 未结 3 1779
渐次进展
渐次进展 2020-12-02 17:26

I want to add numeric keyboard like the one in vault application

\"enter

3条回答
  •  借酒劲吻你
    2020-12-02 18:27

    You can set inputType of the EditText to number for this.

        
            
        
    

    And if you want to set password field as well, use numberPassword

提交回复
热议问题