summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authormindyp <mindyp@google.com>2012-12-13 11:55:27 -0800
committermindyp <mindyp@google.com>2012-12-13 12:15:01 -0800
commit1beafbe81235d77ee1cc12aaa278e85db93f9e01 (patch)
tree86afd80f5ad154b7947d56314a1c7a85446b96ad /AndroidManifest.xml
parent0886b2910872b17f6cb6716ee4e92fba3c69d873 (diff)
downloadandroid_packages_apps_UnifiedEmail-1beafbe81235d77ee1cc12aaa278e85db93f9e01.tar.gz
android_packages_apps_UnifiedEmail-1beafbe81235d77ee1cc12aaa278e85db93f9e01.tar.bz2
android_packages_apps_UnifiedEmail-1beafbe81235d77ee1cc12aaa278e85db93f9e01.zip
Force the background of the ComposeActivity to be white
fixes b/7726696 Switching between an input field that causes keyboard suggestions to show or hide wreaks havoc with jank Change-Id: Id9302dd749fefec8e9a13d65dae5e0f1b5b81b7d
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 1c8e61062..8ddad7e88 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -60,7 +60,7 @@
<meta-data android:name="android.app.searchable" android:resource="@xml/searchable" />
</activity>
<activity android:name=".compose.ComposeActivity"
- android:theme="@android:style/Theme.Holo.Light">
+ android:theme="@style/ComposeTheme">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<action android:name="android.intent.action.SENDTO" />