Merge "Update storage, videogame, and vpn icons" into pi-dev am: 28dc3917a9

am: e3ce1df654

Change-Id: Ic5906d22df49ca2236727c7edcd6192426795fcb
This commit is contained in:
Antony Sargent
2018-05-23 16:00:31 -07:00
committed by android-build-merger
7 changed files with 20 additions and 34 deletions

View File

@@ -67,7 +67,7 @@ public class StorageVolumePreference extends Preference {
Drawable icon;
if (VolumeInfo.ID_PRIVATE_INTERNAL.equals(volume.getId())) {
icon = context.getDrawable(R.drawable.ic_settings_storage);
icon = context.getDrawable(R.drawable.ic_storage);
} else {
icon = context.getDrawable(R.drawable.ic_sim_sd);
}