android - Not able to Clear values in EditBox of type numeric Passcode -


passcode1 = (edittext) findviewbyid(r.id.passcode1); 

this edit text box of type numeric password not able clear value , has numeric restriction enter numbers 0 - 9

numberpassword, textpassword, phone, date, text, .. whatever is, can clear field calling passcode1.settext(null);


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -