Merge "Update storage, videogame, and vpn icons" into pi-dev
am: 28dc3917a9
Change-Id: I7904f669edc41f2d19369a02bb8efdd360d4445f
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user