From edc4281253744f90234785da073fa8373c03878c Mon Sep 17 00:00:00 2001 From: Bao-Long Nguyen-Trong Date: Thu, 10 Sep 2009 21:51:26 +0000 Subject: [PATCH] Updated message compose screen to display more appropriate input types. Ex: email friendly soft keyboard when focus is on the TO field. --- res/layout/message_compose.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/res/layout/message_compose.xml b/res/layout/message_compose.xml index 23305dfa0..1362225ee 100644 --- a/res/layout/message_compose.xml +++ b/res/layout/message_compose.xml @@ -27,6 +27,8 @@ android:textColor="?android:attr/textColorSecondary" android:layout_marginLeft="6px" android:layout_marginRight="6px" + android:inputType="textEmailAddress|textMultiLine" + android:imeOptions="actionNext" android:hint="@string/message_compose_to_hint" /> + android:inputType="textEmailSubject|textAutoCorrect|textCapSentences|textImeMultiLine" + android:imeOptions="actionNext" + />