[android-developers] android edittext

2010-11-10 Thread yanamala siddaiah
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 t

[android-developers] android edittext

2010-11-16 Thread yanamala siddaiah
hai u sent one result thats not working pls send again good code android:ellipsize not working for edittext . how to truncate text in edittext ,if length is too. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] Android EditText Bug?

2008-04-03 Thread Android-Berry
Hi All, Is there anyone meets this issue? When I extend EditText view, and call super, it always throws me and exception like below: DEBUG/dalvikvm(599): Exception Ljava/lang/ClassNotFoundException; from PathClassLoader.java:205 not caught locally DEBUG/dalvikvm(599): NOTE: loadClass 'org.apache

[android-developers] android edittext cursor back side moving

2011-09-14 Thread guru moorthy
I'm using gestures in android now i need small help when ever my gestures action will be equl my edit text cursor will be need to go back(like move back arrow) my code is if (prediction.equals("Move")) { ? } it will be happen for gestures operation -- You received this message because y