Merge "Update icons to use tint and vectors"
This commit is contained in:
committed by
Android (Google) Code Review
commit
dedeb2bd18
@@ -145,7 +145,7 @@ public class BatteryEntry {
|
||||
break;
|
||||
case CELL:
|
||||
name = context.getResources().getString(R.string.power_cell);
|
||||
iconId = R.drawable.ic_settings_cell_standby;
|
||||
iconId = R.drawable.ic_cellular_1_bar;
|
||||
break;
|
||||
case PHONE:
|
||||
name = context.getResources().getString(R.string.power_phone);
|
||||
@@ -199,11 +199,11 @@ public class BatteryEntry {
|
||||
} break;
|
||||
case UNACCOUNTED:
|
||||
name = context.getResources().getString(R.string.power_unaccounted);
|
||||
iconId = R.drawable.ic_power_system;
|
||||
iconId = R.drawable.ic_android;
|
||||
break;
|
||||
case OVERCOUNTED:
|
||||
name = context.getResources().getString(R.string.power_overcounted);
|
||||
iconId = R.drawable.ic_power_system;
|
||||
iconId = R.drawable.ic_android;
|
||||
break;
|
||||
case CAMERA:
|
||||
name = context.getResources().getString(R.string.power_camera);
|
||||
|
Reference in New Issue
Block a user