Merge "Updated delete icon" into pi-dev am: 55642ef91b

am: d55b214dbd

Change-Id: Ifca325273ca5e99461a93487b127b5d0adcf6a39
This commit is contained in:
Antony Sargent
2018-05-18 14:52:44 -07:00
committed by android-build-merger
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);