Update Theme.DialogWhenLarge to use theme colors.
am: ddc21c0fb1
* commit 'ddc21c0fb19b0ec2365ac650e833f1980b0f35b2':
Update Theme.DialogWhenLarge to use theme colors.
Change-Id: Id4ca795b39edef90119d46ebe3f4b6f4bb93f29b
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user