New alarm clock for Phone stat_sys area
Change-Id: I7eae1f87afdd92f7979ab03db9f96273edaf7a72
|
Before Width: | Height: | Size: 936 B |
BIN
packages/SystemUI/res/drawable-hdpi/stat_sys_alarm.png
Normal file
|
After Width: | Height: | Size: 808 B |
|
Before Width: | Height: | Size: 610 B |
BIN
packages/SystemUI/res/drawable-mdpi/stat_sys_alarm.png
Normal file
|
After Width: | Height: | Size: 574 B |
BIN
packages/SystemUI/res/drawable-sw600dp-hdpi/stat_sys_alarm.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
packages/SystemUI/res/drawable-sw600dp-mdpi/stat_sys_alarm.png
Normal file
|
After Width: | Height: | Size: 821 B |
BIN
packages/SystemUI/res/drawable-sw600dp-xhdpi/stat_sys_alarm.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
packages/SystemUI/res/drawable-xhdpi/stat_sys_alarm.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
@@ -161,7 +161,7 @@ public class PhoneStatusBarPolicy {
|
||||
mService.setIconVisibility("bluetooth", mBluetoothEnabled);
|
||||
|
||||
// Alarm clock
|
||||
mService.setIcon("alarm_clock", R.drawable.stat_notify_alarm, 0, null);
|
||||
mService.setIcon("alarm_clock", R.drawable.stat_sys_alarm, 0, null);
|
||||
mService.setIconVisibility("alarm_clock", false);
|
||||
|
||||
// Sync state
|
||||
|
||||