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

This commit is contained in:
TreeHugger Robot
2018-05-23 03:24:03 +00:00
committed by Android (Google) Code Review
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);
}