Change IME input mode to pan instead of resize.

Prevents attachment previews from changing parallax view when starting search.

Bug: 10153107
Change-Id: I10984fc9a148786d87d9e72f9e37d0b46e37775e
This commit is contained in:
Mark Wei 2013-08-07 13:34:58 -07:00
parent 034149b586
commit 3a29afda80
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" />