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

Commit c8272b07 authored by Björn Lundén's avatar Björn Lundén
Browse files

Fix use of holo drawables in a few more places

Change-Id: Ie549ff14812da807729641fab1871fffe35f80b6
parent 42eb3fb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -757,7 +757,7 @@ public class DevelopmentSettings extends PreferenceFragment
                            getActivity().getResources().getString(
                                    R.string.dev_settings_warning_message))
                            .setTitle(R.string.dev_settings_warning_title)
                            .setIcon(android.R.drawable.ic_dialog_alert)
                            .setIconAttribute(android.R.attr.alertDialogIcon)
                            .setPositiveButton(android.R.string.yes, this)
                            .setNegativeButton(android.R.string.no, this)
                            .show();
+1 −1
Original line number Diff line number Diff line
@@ -909,7 +909,7 @@ public class InstalledAppDetails extends Fragment
                case DLG_DISABLE_NOTIFICATIONS:
                    return new AlertDialog.Builder(getActivity())
                    .setTitle(getActivity().getText(R.string.app_disable_notifications_dlg_title))
                    .setIcon(android.R.drawable.ic_dialog_alert)
                    .setIconAttribute(android.R.attr.alertDialogIcon)
                    .setMessage(getActivity().getText(R.string.app_disable_notifications_dlg_text))
                    .setPositiveButton(R.string.dlg_ok,
                        new DialogInterface.OnClickListener() {
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ public class InputMethodAndSubtypeEnabler extends SettingsPreferenceFragment {
                if (mDialog == null) {
                    mDialog = (new AlertDialog.Builder(getActivity()))
                            .setTitle(android.R.string.dialog_alert_title)
                            .setIcon(android.R.drawable.ic_dialog_alert)
                            .setIconAttribute(android.R.attr.alertDialogIcon)
                            .setCancelable(true)
                            .setPositiveButton(android.R.string.ok,
                                    new DialogInterface.OnClickListener() {