Merge "Change IME input mode to pan instead of resize." into jb-ub-mail-ur10
This commit is contained in:
commit
94e6b5d9bd
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user