summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2011-07-25 15:28:50 -0700
committerTom Taylor <tomtaylor@google.com>2011-07-25 15:28:50 -0700
commit6b6686fac2bead956c4104d0eb767f8e266127df (patch)
treef1b8b4177fb4b8d1d36605566cf360683b82e55e /AndroidManifest.xml
parent8fd3b290dec3505892b4fcfb6993d4b0424ae52e (diff)
downloadMms-6b6686fac2bead956c4104d0eb767f8e266127df.tar.gz
Don't use split actionbar in ComposeMessageActivity
Bug 5075380 Change-Id: I5effc1ba0c56f8226bae92eaf72615f4483d3c95
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e1d451d4..800bc1c6 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -77,7 +77,7 @@
<activity android:name=".ui.ComposeMessageActivity"
android:configChanges="orientation|keyboardHidden"
android:windowSoftInputMode="stateHidden"
- android:theme="@style/MmsHoloTheme"
+ android:theme="@android:style/Theme.Holo.Light"
android:launchMode="singleTop" >
<intent-filter>
<action android:name="android.intent.action.VIEW" />