Use holo light for shortcut/widget pickers

Bug: 5418974
Change-Id: Ied745d9ffa74b824a71f4eba54138739e94c4a64
This commit is contained in:
Ben Komalo 2011-10-05 16:00:44 -07:00
parent 03e32770f5
commit d43f444710
1 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@
<activity <activity
android:name=".activity.ShortcutPicker" android:name=".activity.ShortcutPicker"
android:enabled="false" android:enabled="false"
android:theme="@android:style/Theme.Holo.DialogWhenLarge" android:theme="@android:style/Theme.Holo.Light.DialogWhenLarge"
> >
<intent-filter <intent-filter
android:label="@string/account_shortcut_picker_name"> android:label="@string/account_shortcut_picker_name">
@ -464,7 +464,7 @@
<activity <activity
android:name=".widget.WidgetConfiguration" android:name=".widget.WidgetConfiguration"
android:enabled="false" android:enabled="false"
android:theme="@android:style/Theme.Holo.DialogWhenLarge" android:theme="@android:style/Theme.Holo.Light.DialogWhenLarge"
> >
<intent-filter <intent-filter
android:label="@string/account_shortcut_picker_name"> android:label="@string/account_shortcut_picker_name">