Apply Holo to vCard importer screens.

Change-Id: I5c092815a591705ba45a88bda03b889c79331a26
diff --git a/res/values-xlarge/styles.xml b/res/values-xlarge/styles.xml
index f6ffa33..382665e 100644
--- a/res/values-xlarge/styles.xml
+++ b/res/values-xlarge/styles.xml
@@ -101,4 +101,13 @@
 
     <style name="NonPhoneActivityTheme" parent="@android:Theme.Holo.Light.Dialog">
     </style>
+
+    <style name="BackgroundOnly" parent="@android:Theme.Holo.Light">
+        <item name="android:windowBackground">@null</item>
+        <item name="android:windowContentOverlay">@null</item>
+        <item name="android:windowAnimationStyle">@null</item>
+        <item name="android:windowNoTitle">true</item>
+        <item name="android:windowNoDisplay">true</item>
+        <item name="android:windowIsFloating">true</item>
+    </style>
 </resources>