Set EditText Digits Programmatically

前端 未结 4 1741
孤城傲影
孤城傲影 2020-11-27 15:03

I am essentially trying to set the digits value of an EditText programmatically. So far I have:

weightInput.setInputType(InputType.TYPE_CLASS_PHONE);
weightI         


        
4条回答
提交回复
热议问题