You can use input type as:
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/email"
android:inputType="textEmailAddress"
/>
0
solved how i change my keypad for type mail-id?