summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMark Wei <markwei@google.com>2013-08-07 13:34:58 -0700
committerMark Wei <markwei@google.com>2013-08-07 14:04:20 -0700
commit3a29afda80bb7a4d02b9a48f75ff8f86a56f4058 (patch)
treecbacfcbb75fd75031a73e4b068edc245099145e0 /AndroidManifest.xml
parent034149b5861ff5a42593f9749ab059f2c4cf4381 (diff)
downloadandroid_packages_apps_Email-3a29afda80bb7a4d02b9a48f75ff8f86a56f4058.tar.gz
android_packages_apps_Email-3a29afda80bb7a4d02b9a48f75ff8f86a56f4058.tar.bz2
android_packages_apps_Email-3a29afda80bb7a4d02b9a48f75ff8f86a56f4058.zip
Change IME input mode to pan instead of resize.
Prevents attachment previews from changing parallax view when starting search. Bug: 10153107 Change-Id: I10984fc9a148786d87d9e72f9e37d0b46e37775e
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ac817ee17..7a4d44d90 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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" />