Is there an xml setting for TextView - to auto-trim white-space. I intercept the onPreferenceChange() callback - but in that call you can't call trim() on the string and save it - just return true or false.
So right now, if there's a white-space, i just toast an error message and return false. it seems like a better solution - either for the textview to auto-trim the new input or for me to be able to set the new value from within the callback. -- 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

