File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
33 <style name =" AppCompatAlertDialogStyleLight" parent =" Theme.AppCompat.Light.Dialog.Alert" >
4+ <item name =" buttonBarPositiveButtonStyle" >@style/AlertDialogButton</item >
5+ <item name =" buttonBarNegativeButtonStyle" >@style/AlertDialogButton</item >
6+ <item name =" buttonBarNeutralButtonStyle" >@style/AlertDialogButton</item >
47 </style >
58
69 <style name =" AppCompatAlertDialogStyleDark" parent =" Theme.AppCompat.Dialog.Alert" >
10+ <item name =" buttonBarPositiveButtonStyle" >@style/AlertDialogButton</item >
11+ <item name =" buttonBarNegativeButtonStyle" >@style/AlertDialogButton</item >
12+ <item name =" buttonBarNeutralButtonStyle" >@style/AlertDialogButton</item >
13+ </style >
14+
15+ <style name =" AlertDialogButton" parent =" Widget.AppCompat.Button.ButtonBar.AlertDialog" >
16+ <item name =" android:textColor" >@color/def_accent</item >
717 </style >
818
919 <style name =" AppCompatDialogStyleLight" parent =" Theme.AppCompat.Light.Dialog" >
You can’t perform that action at this time.
0 commit comments