Merge "Change IME input mode to pan instead of resize." into jb-ub-mail-ur10

This commit is contained in:
Mark Wei 2013-08-08 00:03:53 +00:00 committed by Android (Google) Code Review
commit 94e6b5d9bd
1 changed files with 2 additions and 1 deletions

View File

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