Is there any way to specify the input method type for android.support.v7.preference.EditTextPreference
?
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.