From 058c602becec448b38e6120a724054668344e87b Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Mon, 13 Jul 2009 18:48:13 -0700 Subject: [PATCH] Use appropriate input types for edit fields in Apn settings. Turn off prediction and use proper input types. --- res/xml/apn_editor.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/res/xml/apn_editor.xml b/res/xml/apn_editor.xml index 34029d185e5..e9ded6ca002 100644 --- a/res/xml/apn_editor.xml +++ b/res/xml/apn_editor.xml @@ -22,72 +22,84 @@ android:dialogTitle="@string/apn_name" android:key="apn_name" android:singleLine="true" + android:inputType="textEmailAddress" />