diff --git a/res/layout/fragment_new_email.xml b/res/layout/fragment_new_email.xml index e3d35c6..ad12660 100644 --- a/res/layout/fragment_new_email.xml +++ b/res/layout/fragment_new_email.xml @@ -27,7 +27,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:ems="10" - android:hint="@string/subject" /> + android:hint="@string/subject" + android:inputType="textEmailSubject" />