Merge "Updated delete icon" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-05-18 21:38:51 +00:00
committed by Android (Google) Code Review
9 changed files with 19 additions and 38 deletions

View File

@@ -721,7 +721,7 @@ public class ApnEditor extends SettingsPreferenceFragment
// If it's a new APN, then cancel will delete the new entry in onPause
if (!mNewApn && !mReadOnlyApn) {
menu.add(0, MENU_DELETE, 0, R.string.menu_delete)
.setIcon(R.drawable.ic_menu_delete);
.setIcon(R.drawable.ic_delete);
}
menu.add(0, MENU_SAVE, 0, R.string.menu_save)
.setIcon(android.R.drawable.ic_menu_save);