From ceeca10dd769494cf7233c3f1bee9d056bbeb648 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Mon, 12 Jan 2015 00:16:12 +0200 Subject: Update profiles actionbar delete icon Change-Id: I9513bb9b96dbd5fc6e4e943fbdd4f295deb8c58a --- src/com/android/settings/profiles/SetupActionsFragment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android/settings/profiles') diff --git a/src/com/android/settings/profiles/SetupActionsFragment.java b/src/com/android/settings/profiles/SetupActionsFragment.java index 2cb4b96..a13047c 100644 --- a/src/com/android/settings/profiles/SetupActionsFragment.java +++ b/src/com/android/settings/profiles/SetupActionsFragment.java @@ -204,7 +204,7 @@ public class SetupActionsFragment extends SettingsPreferenceFragment super.onCreateOptionsMenu(menu, inflater); if (!mNewProfileMode) { menu.add(0, MENU_REMOVE, 0, R.string.profile_menu_delete_title) - .setIcon(R.drawable.ic_menu_trash_holo_dark) + .setIcon(R.drawable.ic_actionbar_delete) .setAlphabeticShortcut('d') .setEnabled(true) .setShowAsAction(MenuItem.SHOW_AS_ACTION_IF_ROOM | -- cgit v1.1