summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMark Wei <markwei@google.com>2013-08-08 00:03:53 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-08-08 00:03:55 +0000
commit94e6b5d9bd6ada7d4174ecc1f7ef2238ea66031e (patch)
tree0949432e636e181da33e2818a6bc553476a0255f /AndroidManifest.xml
parent6d3e1c9dad539b3e87501a723c3fecdd12701a59 (diff)
parent3a29afda80bb7a4d02b9a48f75ff8f86a56f4058 (diff)
downloadandroid_packages_apps_Email-94e6b5d9bd6ada7d4174ecc1f7ef2238ea66031e.tar.gz
android_packages_apps_Email-94e6b5d9bd6ada7d4174ecc1f7ef2238ea66031e.tar.bz2
android_packages_apps_Email-94e6b5d9bd6ada7d4174ecc1f7ef2238ea66031e.zip
Merge "Change IME input mode to pan instead of resize." into jb-ub-mail-ur10
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 8c4a29ac7..5b7fc7209 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" />