input mode to state hidden

Change-Id: I9c56fd99fb4a0c5f3886e034bfee014fc6fa60fb
This commit is contained in:
Jin Cao 2014-08-25 15:53:48 -07:00
parent 65c217943a
commit 7c53742c15
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@
android:label="@string/app_name"
android:name="com.android.email2.ui.MailActivityEmail"
android:theme="@style/MailActivityTheme"
android:windowSoftInputMode="adjustPan|stateUnspecified" >
android:windowSoftInputMode="stateHidden">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />