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
This commit is contained in:
Adam Cohen 2011-06-27 18:59:37 -07:00
parent 518eb5dbf5
commit 81e2b9bb74
1 changed files with 2 additions and 1 deletions

View File

@ -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" />