mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-30 13:12:25 -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_height="wrap_content"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:hint="@string/edit_identity_email_hint"
|
android:hint="@string/edit_identity_email_hint"
|
||||||
/>
|
android:inputType="textEmailAddress"/>
|
||||||
<TextView
|
<TextView
|
||||||
android:text="@string/edit_identity_reply_to_label"
|
android:text="@string/edit_identity_reply_to_label"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
@ -62,6 +62,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:hint="@string/edit_identity_reply_to_hint"
|
android:hint="@string/edit_identity_reply_to_hint"
|
||||||
|
android:inputType="textEmailAddress"
|
||||||
/>
|
/>
|
||||||
<!--
|
<!--
|
||||||
<TextView
|
<TextView
|
||||||
|
Loading…
Reference in New Issue
Block a user