Merge "New sync icon for Phone stat_sys area Bug: 5076774" into ics-factoryrom

This commit is contained in:
Justin Ho
2011-09-21 09:15:53 -07:00
committed by Android (Google) Code Review
7 changed files with 2 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 902 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 651 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -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);