Use colorAccentInverse for dark AlertDialog theme

This commit is contained in:
Phillip Hsu 2016-09-20 22:34:02 -07:00
parent 62d76d06b6
commit 4777131c4d

View File

@ -152,7 +152,7 @@
</style>
<style name="AppCompatAlertDialogStyle.Dark" parent="Theme.AppCompat.Dialog.Alert">
<!-- Trying to use the colorAccent attribute (whether from ?android:attr or ?attr) WILL CRASH.-->
<item name="colorAccent">@color/colorAccent</item>
<item name="colorAccent">@color/colorAccentInverse</item>
</style>
<style name="BottomSheetDialogTheme" parent="Theme.Design.Light.BottomSheetDialog">