Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f5988e4 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Framework: Use holo alert drawables" into jellybean

parents f5167259 a411169e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ public class ConfirmDialog extends AlertActivity implements
                    getString(R.string.prompt, app.loadLabel(pm)));
            ((CompoundButton) view.findViewById(R.id.check)).setOnCheckedChangeListener(this);

            mAlertParams.mIconId = android.R.drawable.ic_dialog_alert;
            mAlertParams.mIconAttrId = android.R.attr.alertDialogIcon;
            mAlertParams.mTitle = getText(android.R.string.dialog_alert_title);
            mAlertParams.mPositiveButtonText = getText(android.R.string.ok);
            mAlertParams.mPositiveButtonListener = this;