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:
parent
034149b586
commit
3a29afda80
@ -185,7 +185,8 @@
|
|||||||
<activity
|
<activity
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:name="com.android.email2.ui.MailActivityEmail"
|
android:name="com.android.email2.ui.MailActivityEmail"
|
||||||
android:theme="@style/PlainUnifiedEmailTheme">
|
android:theme="@style/PlainUnifiedEmailTheme"
|
||||||
|
android:windowSoftInputMode="adjustPan|stateUnspecified" >
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.VIEW" />
|
<action android:name="android.intent.action.VIEW" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
Loading…
Reference in New Issue
Block a user