Merge "New sync icon for Phone stat_sys area Bug: 5076774" into ics-factoryrom
This commit is contained in:
BIN
packages/SystemUI/res/drawable-hdpi/stat_sys_sync.png
Normal file
BIN
packages/SystemUI/res/drawable-hdpi/stat_sys_sync.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 890 B |
BIN
packages/SystemUI/res/drawable-hdpi/stat_sys_sync_error.png
Normal file
BIN
packages/SystemUI/res/drawable-hdpi/stat_sys_sync_error.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 902 B |
BIN
packages/SystemUI/res/drawable-mdpi/stat_sys_sync.png
Normal file
BIN
packages/SystemUI/res/drawable-mdpi/stat_sys_sync.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 639 B |
BIN
packages/SystemUI/res/drawable-mdpi/stat_sys_sync_error.png
Normal file
BIN
packages/SystemUI/res/drawable-mdpi/stat_sys_sync_error.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 651 B |
BIN
packages/SystemUI/res/drawable-xhdpi/stat_sys_sync.png
Normal file
BIN
packages/SystemUI/res/drawable-xhdpi/stat_sys_sync.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
packages/SystemUI/res/drawable-xhdpi/stat_sys_sync_error.png
Normal file
BIN
packages/SystemUI/res/drawable-xhdpi/stat_sys_sync_error.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
@@ -165,10 +165,8 @@ public class PhoneStatusBarPolicy {
|
||||
mService.setIconVisibility("alarm_clock", false);
|
||||
|
||||
// Sync state
|
||||
mService.setIcon("sync_active", com.android.internal.R.drawable.stat_notify_sync_anim0,
|
||||
0, null);
|
||||
mService.setIcon("sync_failing", com.android.internal.R.drawable.stat_notify_sync_error,
|
||||
0, null);
|
||||
mService.setIcon("sync_active", R.drawable.stat_sys_sync, 0, null);
|
||||
mService.setIcon("sync_failing", R.drawable.stat_sys_sync_error, 0, null);
|
||||
mService.setIconVisibility("sync_active", false);
|
||||
mService.setIconVisibility("sync_failing", false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user