File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
java/org/schabi/terminightor Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ private void restoreAlarm(Alarm alarm) {
352352 }
353353
354354 public void noNfcTagSetDialog () {
355- AlertDialog .Builder builder = new AlertDialog .Builder (getActivity ());
355+ AlertDialog .Builder builder = new AlertDialog .Builder (getActivity (), R . style . CustomAllertDialog );
356356 builder .setMessage (R .string .noNfcTagMessage )
357357 .setPositiveButton (R .string .ok , new DialogInterface .OnClickListener () {
358358 @ Override
Original file line number Diff line number Diff line change 2626 <item name =" android:textColor" >@android:color/white</item >
2727 </style >
2828
29+ <style name =" CustomAllertDialog" parent =" Theme.AppCompat.Light.Dialog.Alert" >
30+ <item name =" android:textColor" >@color/fabButtonColor</item >
31+ <item name =" android:textColorPrimary" >@color/generalColor</item >
32+ </style >
33+
2934</resources >
Original file line number Diff line number Diff line change 1919 <item name =" android:textColorSecondary" >@android:color/white</item >
2020 </style >
2121
22+ <style name =" CustomAllertDialog" parent =" @style/AlertDialog.AppCompat" >
23+ </style >
24+
2225</resources >
You can’t perform that action at this time.
0 commit comments