summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-06-27 18:59:37 -0700
committerAdam Cohen <adamcohen@google.com>2011-06-27 18:59:37 -0700
commit81e2b9bb74ce38bca7975dde629261d3d787e0e4 (patch)
treecb4af27a710a0eafa3fa9e1389984dc277313c1a /AndroidManifest.xml
parent518eb5dbf5480ac95a511715906f3d5af457f9ba (diff)
downloadandroid_packages_apps_Trebuchet-81e2b9bb74ce38bca7975dde629261d3d787e0e4.tar.gz
android_packages_apps_Trebuchet-81e2b9bb74ce38bca7975dde629261d3d787e0e4.tar.bz2
android_packages_apps_Trebuchet-81e2b9bb74ce38bca7975dde629261d3d787e0e4.zip
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
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
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">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME" />