Is it possible to show only 5 alphabets - "a","b","c","d","e" only rather then showing all the alphabets on android keyboard. I tried it by adding below property to edittext but it is not working still it is showing full keyboard.
android:inputType="textFilter"
android:digits="abcde"