am 7c2e2894: am ba4e52f4: Updating page indicator assets.

* commit '7c2e289461b3108a37c1a2aa04f833763461b21a':
  Updating page indicator assets.
This commit is contained in:
Winson Chung
2013-10-02 06:58:33 -07:00
committed by Android Git Automerger
5 changed files with 1 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 607 B

After

Width:  |  Height:  |  Size: 729 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 504 B

After

Width:  |  Height:  |  Size: 537 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 710 B

After

Width:  |  Height:  |  Size: 873 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

+1 -1
View File
@@ -4272,7 +4272,7 @@ public class Workspace extends SmoothPagedView
if (screenId == EXTRA_EMPTY_SCREEN_ID) {
int count = mScreenOrder.size() - (hasCustomContent() ? 1 : 0);
if (count > 1) {
return new PageIndicator.PageMarkerResources(R.drawable.ic_pageindicator_add,
return new PageIndicator.PageMarkerResources(R.drawable.ic_pageindicator_current,
R.drawable.ic_pageindicator_add);
}
}