Use holo light for shortcut/widget pickers

Bug: 5418974
Change-Id: Ied745d9ffa74b824a71f4eba54138739e94c4a64
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index efd46a0..769442f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -192,7 +192,7 @@
         <activity
             android:name=".activity.ShortcutPicker"
             android:enabled="false"
-            android:theme="@android:style/Theme.Holo.DialogWhenLarge"
+            android:theme="@android:style/Theme.Holo.Light.DialogWhenLarge"
             >
             <intent-filter
                 android:label="@string/account_shortcut_picker_name">
@@ -464,7 +464,7 @@
         <activity
             android:name=".widget.WidgetConfiguration"
             android:enabled="false"
-            android:theme="@android:style/Theme.Holo.DialogWhenLarge"
+            android:theme="@android:style/Theme.Holo.Light.DialogWhenLarge"
             >
             <intent-filter
                 android:label="@string/account_shortcut_picker_name">