Search code examples
androidandroid-support-libraryedittextpreference

Android support EditTextPreference input type


Is there any way to specify the input method type for android.support.v7.preference.EditTextPreference?


Solution

  • Now one can use Android-Support-Preference-V7-Fix library.
    Fixed EditTextPreference forwards the XML attributes (like inputType) to the EditText, just like the original preference did.