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
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1c8e610..8ddad7e 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" />