Update alertDialogTheme to use proper colorAccent.

The settings dialogs were all using the default colorAccent.
Now it uses the app's version.

BUG: 28760785

Change-Id: Ic9bf90745db7d2ef5b1fd047474bab5c6bbdab23
This commit is contained in:
Andrew Sapperstein
2016-05-19 13:48:53 -07:00
parent 4b3ab5871c
commit 8da144bdee

View File

@@ -244,6 +244,7 @@
</style>
<style name="Theme.AlertDialog" parent="@*android:style/Theme.Material.Settings.Dialog.Alert">
<item name="android:colorAccent">@color/accent_color</item>
<item name="android:windowSoftInputMode">adjustResize</item>
<!-- Redefine the ActionBar style for contentInsetStart -->