Should use stateAlwaysHidden for inputmode

Change-Id: Ie41566b498ea5797be44990eb3529d41397744b1
This commit is contained in:
Jin Cao 2014-08-25 18:11:54 -07:00
parent e9186cddea
commit aa705e6853
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="stateHidden">
android:windowSoftInputMode="stateAlwaysHidden">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />