Remove all dialog icons in Settings

BUG: 15474733
Change-Id: I43ab10a3bbcabdac6109abf80266f1c4b52bf6fb
This commit is contained in:
Alan Viverette
2014-06-10 13:41:07 -07:00
parent a29f3bbff4
commit 6bfec2d6b1
17 changed files with 10 additions and 38 deletions

View File

@@ -153,7 +153,6 @@ public class QuickLaunchSettings extends SettingsPreferenceFragment implements
// Create the dialog for clearing a shortcut
return new AlertDialog.Builder(getActivity())
.setTitle(getString(R.string.quick_launch_clear_dialog_title))
.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)