EditTextPreference uses EditText, which uses TextView, which has special-case handling for the "numeric" tag in preference XML files.
But that seems to be the only constraint TextView supports: choices are limited to plain text, or numbers. I want to constrain a text preference to be a URI. What's the best way to do that? Same question for constraining a text preference to an email address. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

