Merge "Update storage, videogame, and vpn icons" into pi-dev

am: 28dc3917a9

Change-Id: I7904f669edc41f2d19369a02bb8efdd360d4445f
This commit is contained in:
Antony Sargent
2018-05-23 14:41:37 -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);
}