mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
Add missing inputType attribute
This commit is contained in:
parent
5c59b25367
commit
ebed217c13
@ -48,7 +48,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="fill_parent"
|
||||
android:hint="@string/edit_identity_email_hint"
|
||||
/>
|
||||
android:inputType="textEmailAddress"/>
|
||||
<TextView
|
||||
android:text="@string/edit_identity_reply_to_label"
|
||||
android:layout_height="wrap_content"
|
||||
@ -62,6 +62,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="fill_parent"
|
||||
android:hint="@string/edit_identity_reply_to_hint"
|
||||
android:inputType="textEmailAddress"
|
||||
/>
|
||||
<!--
|
||||
<TextView
|
||||
|
Loading…
Reference in New Issue
Block a user