From 81e2b9bb74ce38bca7975dde629261d3d787e0e4 Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Mon, 27 Jun 2011 18:59:37 -0700 Subject: Fixing bug with renaming -> in some workspace configs, bringing up the IME wasn't properly sliding up launcher to expose the text field Change-Id: Id98ae732fd8709cff08f156660ae1656feb5bf75 --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index feba679f9..ace53eff5 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -74,7 +74,8 @@ android:launchMode="singleTask" android:clearTaskOnLaunch="true" android:stateNotNeeded="true" - android:theme="@style/Theme"> + android:theme="@style/Theme" + android:windowSoftInputMode="adjustPan"> -- cgit v1.2.3