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:
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user