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

actionscript 3 - TweenLite does not work with object -

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

c# - Global Variables vs. ASP.NET Session State -