Merge "Fix search icon theme" into lmp-preview-dev

This commit is contained in:
Alan Viverette
2014-06-04 01:17:36 +00:00
committed by Android (Google) Code Review

View File

@@ -100,8 +100,8 @@
</style>
<style name="Theme.SubSettingsDialogWhenLarge" parent="Theme.DialogWhenLarge">
<item name="android:actionBarWidgetTheme">@android:style/ThemeOverlay.Quantum.ActionBarWidget</item>
<item name="android:actionBarTheme">@android:style/ThemeOverlay.Quantum.Dark</item>
<item name="android:actionBarWidgetTheme">@null</item>
<item name="android:actionBarTheme">@android:style/ThemeOverlay.Quantum.Dark.ActionBar</item>
</style>
<style name="Theme.AlertDialog" parent="@*android:style/Theme.Quantum.Light.Dialog.Alert">