Update Theme.DialogWhenLarge to use theme colors. am: ddc21c0fb1

am: 1883bc5c3c

* commit '1883bc5c3c646e1512623258d804b7f4175dac44':
  Update Theme.DialogWhenLarge to use theme colors.

Change-Id: I5fed7a3029b150e4c9ce95562e049816c64ce875
This commit is contained in:
Andrew Sapperstein
2016-05-25 03:48:34 +00:00
committed by android-build-merger

View File

@@ -213,6 +213,9 @@
</style>
<style name="Theme.DialogWhenLarge" parent="@*android:style/Theme.Material.Settings.DialogWhenLarge">
<item name="android:colorPrimary">@color/primary_color</item>
<item name="android:colorAccent">@color/accent_color</item>
<item name="colorSecondary">@color/secondary_color</item>
<!-- Redefine the ActionBar style for contentInsetStart -->
<item name="android:actionBarStyle">@style/Theme.ActionBar</item>