summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2013-04-16 18:15:44 -0700
committerChiao Cheng <chiaocheng@google.com>2013-04-16 18:15:44 -0700
commit934e39dd6bbcacaac7e295dddf3b9621de9907ac (patch)
tree05f224ea01ee19af7612410233c7c0788ef8b664
parent21686b32bb88c4385a06b89a14f77751c087e95a (diff)
downloadpackages_apps_Contacts-934e39dd6bbcacaac7e295dddf3b9621de9907ac.tar.gz
packages_apps_Contacts-934e39dd6bbcacaac7e295dddf3b9621de9907ac.tar.bz2
packages_apps_Contacts-934e39dd6bbcacaac7e295dddf3b9621de9907ac.zip
Fixing "create new contact" button blink when searching.
Bug: 8483779 Change-Id: I95bd02719db754ea53f829ddaae7209e6871d1ae
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a1e05883a..aabf50bcc 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -151,7 +151,8 @@
android:theme="@style/ContactPickerTheme"
android:launchMode="singleTop"
android:clearTaskOnLaunch="true"
- android:uiOptions="splitActionBarWhenNarrow">
+ android:uiOptions="splitActionBarWhenNarrow"
+ android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.INSERT_OR_EDIT" />
<category android:name="android.intent.category.DEFAULT" />