commit | 2aa8ba254d128ca75f97a62b8d48d1305183e93c | [log] [tgz] |
---|---|---|
author | Björn Lundén <blunden2@gmail.com> | Thu May 31 23:05:56 2012 +0200 |
committer | android code review <noreply-gerritcodereview@google.com> | Mon Aug 13 13:14:03 2012 -0700 |
tree | 9b02adbdc653d953a9997875c1593f44170c6ac4 | |
parent | 39e7dfee746d73670eea435024a80ae9dbedf176 [diff] [blame] |
Browser: Use ICS alert icon Still using upscaled GB drawable in a few places. Change-Id: I52471b10809117b5a68e8236dc320fde0da2c533
diff --git a/src/com/android/browser/HttpAuthenticationDialog.java b/src/com/android/browser/HttpAuthenticationDialog.java index ac4119c..0c16632 100644 --- a/src/com/android/browser/HttpAuthenticationDialog.java +++ b/src/com/android/browser/HttpAuthenticationDialog.java
@@ -128,7 +128,7 @@ mDialog = new AlertDialog.Builder(mContext) .setTitle(title) - .setIcon(android.R.drawable.ic_dialog_alert) + .setIconAttribute(android.R.attr.alertDialogIcon) .setView(v) .setPositiveButton(R.string.action, new DialogInterface.OnClickListener() { public void onClick(DialogInterface dialog, int whichButton) {