Update alertDialogTheme to use proper colorAccent.

am: 8da144bdee

* commit '8da144bdee8d6fcf90a5b42e2e726a5a3d05c82d':
  Update alertDialogTheme to use proper colorAccent.

Change-Id: I8e7790a5c7293bf81881ed5e14335e0840bedba6
This commit is contained in:
Andrew Sapperstein
2016-05-25 03:45:40 +00:00
committed by android-build-merger

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 -->