Skip to content

Commit

Permalink
Revert "Fix inconsistent battery stats icons"
Browse files Browse the repository at this point in the history
This reverts commit 6217e3d.
  • Loading branch information
temasek committed Oct 5, 2015
1 parent dfe6c9e commit a38ce92
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 2 deletions.
Binary file removed res/drawable-hdpi/ic_power_screen.png
Binary file not shown.
Binary file modified res/drawable-hdpi/ic_settings_bluetooth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-hdpi/ic_settings_wifi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed res/drawable-mdpi/ic_power_screen.png
Binary file not shown.
Binary file modified res/drawable-mdpi/ic_settings_bluetooth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-mdpi/ic_settings_wifi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed res/drawable-xhdpi/ic_power_screen.png
Binary file not shown.
Binary file modified res/drawable-xhdpi/ic_settings_bluetooth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified res/drawable-xhdpi/ic_settings_wifi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed res/drawable-xxhdpi/ic_power_screen.png
Binary file not shown.
Binary file removed res/drawable-xxhdpi/ic_settings_bluetooth.png
Binary file not shown.
Binary file removed res/drawable-xxhdpi/ic_settings_wifi.png
Binary file not shown.
Binary file removed res/drawable-xxxhdpi/ic_power_screen.png
Binary file not shown.
Binary file removed res/drawable-xxxhdpi/ic_settings_bluetooth.png
Binary file not shown.
Binary file removed res/drawable-xxxhdpi/ic_settings_wifi.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/com/android/settings/fuelgauge/BatteryEntry.java
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@ public BatteryEntry(Context context, Handler handler, UserManager um, BatterySip
break;
case SCREEN:
name = context.getResources().getString(R.string.power_screen);
iconId = R.drawable.ic_power_screen;
iconId = R.drawable.ic_settings_display;
break;
case FLASHLIGHT:
name = context.getResources().getString(R.string.power_flashlight);
iconId = R.drawable.ic_power_screen;
iconId = R.drawable.ic_settings_display;
break;
case APP:
name = sipper.packageWithHighestDrain;
Expand Down

0 comments on commit a38ce92

Please sign in to comment.