I want to type only letters on the keyboard, no numbers, I used this method and it doesn't work, why?
<EditText
android:id="@+id/name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textPersonName" />