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

Commit a411169e authored by blunden's avatar blunden
Browse files

Framework: Use holo alert drawables

Replaces the current usage of the GB alert
drawable with theme-consistent holo ones.

Change-Id: Id5780cb7be08d0394bc8a0061fb18a1a9017360d
parent 24665387
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;