Settings: Use ICS alert drawable
Point to the correct holo alert drawable. Change-Id: Ia15aaa028c8371cb2478baeecd2da31520c43a5d
This commit is contained in:
@@ -144,7 +144,7 @@ public class QuickLaunchSettings extends PreferenceActivity implements
|
||||
// Create the dialog for clearing a shortcut
|
||||
return new AlertDialog.Builder(this)
|
||||
.setTitle(getString(R.string.quick_launch_clear_dialog_title))
|
||||
.setIcon(android.R.drawable.ic_dialog_alert)
|
||||
.setIconAttribute(android.R.attr.alertDialogIcon)
|
||||
.setMessage(getString(R.string.quick_launch_clear_dialog_message,
|
||||
mClearDialogShortcut, mClearDialogBookmarkTitle))
|
||||
.setPositiveButton(R.string.quick_launch_clear_ok_button, this)
|
||||
|
Reference in New Issue
Block a user