Android, how fix the max character length/size of EditText -


please guide me, want fix size of edittext..

i want can enter 10 character in edittext, after not type more 10 character...

any method there?

thanks in advance..

add attribute edittext

android:maxlength="10" 

Comments

Popular posts from this blog

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

java - Why is BlockingQueue.take() not releasing the thread? -

jQuery Ajax Render Fragments OR Whole Page -