am 32faabbe
: Layoutlib: Update wifi and battery icon for KK
* commit '32faabbe14252397b35516caa9c0d0245bfcc719': Layoutlib: Update wifi and battery icon for KK
After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 762 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 204 B |
After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 1.7 KiB |
@ -45,7 +45,7 @@ public class StatusBar extends CustomBar {
|
||||
// We do know the order though.
|
||||
// 0 is the spacer
|
||||
loadIcon(1, "stat_sys_wifi_signal_4_fully.png", density);
|
||||
loadIcon(2, "stat_sys_battery_charge_anim100.png", density);
|
||||
loadIcon(2, "stat_sys_battery_100.png", density);
|
||||
}
|
||||
|
||||
@Override
|
||||
|