Use holo light for shortcut/widget pickers
Bug: 5418974 Change-Id: Ied745d9ffa74b824a71f4eba54138739e94c4a64
This commit is contained in:
parent
03e32770f5
commit
d43f444710
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user