summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-02 22:54:41 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-02 22:54:41 -0800
commitb28e1b7d95a4a9aeae54dcac6d1a24fa612ab918 (patch)
tree84e76f294704a009453c337f6d4aea69bca5134b /AndroidManifest.xml
parent233a0136ea1fe86c61f02eb7b60dd2a9e3af4d91 (diff)
downloadandroid_packages_apps_Trebuchet-b28e1b7d95a4a9aeae54dcac6d1a24fa612ab918.tar.gz
android_packages_apps_Trebuchet-b28e1b7d95a4a9aeae54dcac6d1a24fa612ab918.tar.bz2
android_packages_apps_Trebuchet-b28e1b7d95a4a9aeae54dcac6d1a24fa612ab918.zip
auto import from //depot/cupcake/@137055
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 e81c4c96a..272f7c12c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -70,7 +70,8 @@
android:launchMode="singleTask"
android:clearTaskOnLaunch="true"
android:stateNotNeeded="true"
- android:theme="@style/Theme">
+ android:theme="@style/Theme"
+ android:windowSoftInputMode="stateUnspecified|adjustPan">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME"/>