aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/edit_key_user_id_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/edit_key_user_id_item.xml')
-rw-r--r--res/layout/edit_key_user_id_item.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/layout/edit_key_user_id_item.xml b/res/layout/edit_key_user_id_item.xml
index 6164cf767..2dc383a01 100644
--- a/res/layout/edit_key_user_id_item.xml
+++ b/res/layout/edit_key_user_id_item.xml
@@ -59,7 +59,8 @@
android:id="@+id/name"
android:layout_weight="1"
android:layout_height="wrap_content"
- android:layout_width="fill_parent"/>
+ android:layout_width="fill_parent"
+ android:inputType="textPersonName|textCapWords"/>
</TableRow>
@@ -77,7 +78,8 @@
android:id="@+id/email"
android:layout_weight="1"
android:layout_height="wrap_content"
- android:layout_width="fill_parent"/>
+ android:layout_width="fill_parent"
+ android:inputType="textEmailAddress"/>
</TableRow>