Updating page indicator assets.

This commit is contained in:
Winson Chung
2013-10-01 17:22:13 -07:00
parent a8c1906a9d
commit ba4e52f41c
5 changed files with 1 additions and 1 deletions

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