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

* commit '94e6b5d9bd6ada7d4174ecc1f7ef2238ea66031e':
  Change IME input mode to pan instead of resize.
This commit is contained in:
Mark Wei 2013-08-07 17:06:58 -07:00 committed by Android Git Automerger
commit 45e3e59f03

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" />