There is a parameter for EditText called Ellipsize. You can either set it in your layout, or through code (setEllipsize() method)
http://developer.android.com/reference/android/widget/TextView.html#setEllipsize%28android.text.TextUtils.TruncateAt%29 On Nov 11, 11:02 am, yanamala siddaiah <[email protected]> wrote: > In editText if digits size is large that means .Here print specified > length of digits and remain will show only dots (.). > > How to achieve this problem pls . -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

