summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndy Huang <ath@google.com>2012-03-19 19:02:12 -0700
committerMindy Pereira <mindyp@google.com>2012-03-19 19:50:36 -0700
commit848e5087a7e2b08eec9037d94b88667c98903eae (patch)
tree7410e8b54173cfb6d4b4ebc84bc907fccd3dbd92 /AndroidManifest.xml
parentf5efe1029f388b6505b72c9b195b5e0a9cdc2bcb (diff)
downloadandroid_packages_apps_UnifiedEmail-848e5087a7e2b08eec9037d94b88667c98903eae.tar.gz
android_packages_apps_UnifiedEmail-848e5087a7e2b08eec9037d94b88667c98903eae.tar.bz2
android_packages_apps_UnifiedEmail-848e5087a7e2b08eec9037d94b88667c98903eae.zip
Fix compose styles.
This is why reply/reply all switcher didn't have the correct background assets. Change-Id: I9deff726175dc4b376d59bb44696a3a4518fe50d
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 cc6540079..99854d878 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -58,7 +58,8 @@
</intent-filter>
<meta-data android:name="android.app.searchable" android:resource="@xml/searchable" />
</activity>
- <activity android:name=".compose.ComposeActivity">
+ <activity android:name=".compose.ComposeActivity"
+ android:theme="@android:style/Theme.Holo.Light">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<action android:name="android.intent.action.SENDTO" />