Update storage, videogame, and vpn icons
Also remove duplicate ic_settings_storage.xml, rename ic_settings_storage_white.xml to ic_storage_white.xml, and fix up references. Bug: 77982107 Test: manual Change-Id: Icd78c2a2a8d200cb8819d58887455883acdbc668
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