See Also: EditTextPreference Members
A Android.Preferences.Preference that allows for string input.
It is a subclass of Android.Preferences.DialogPreference and shows the Android.Widget.EditText in a dialog. This Android.Widget.EditText can be modified either programmatically via EditTextPreference.EditText, or through XML by setting any EditText attributes on the EditTextPreference.
This preference will store a string into the SharedPreferences.
See NoType:android/R$styleable;Href=../../../reference/android/R.styleable.html#EditText.