Updating pageindicator assets
Change-Id: I8c045ac8193aed2299e72353fd75341f8e32e250
Before Width: | Height: | Size: 945 B After Width: | Height: | Size: 416 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 684 B |
After Width: | Height: | Size: 678 B |
Before Width: | Height: | Size: 895 B After Width: | Height: | Size: 509 B |
After Width: | Height: | Size: 501 B |
Before Width: | Height: | Size: 669 B After Width: | Height: | Size: 243 B |
Before Width: | Height: | Size: 704 B After Width: | Height: | Size: 421 B |
After Width: | Height: | Size: 415 B |
Before Width: | Height: | Size: 694 B After Width: | Height: | Size: 322 B |
After Width: | Height: | Size: 315 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 588 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 922 B |
After Width: | Height: | Size: 896 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 682 B |
After Width: | Height: | Size: 654 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 858 B |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 927 B |
After Width: | Height: | Size: 1.0 KiB |
|
@ -536,7 +536,8 @@ public class FolderPagedView extends PagedView implements Folder.FolderContent {
|
|||
|
||||
@Override
|
||||
protected PageMarkerResources getPageIndicatorMarker(int pageIndex) {
|
||||
return new PageMarkerResources(R.drawable.ic_pageindicator_current_dark, R.drawable.ic_pageindicator_default_dark);
|
||||
return new PageMarkerResources(R.drawable.ic_pageindicator_current_folder,
|
||||
R.drawable.ic_pageindicator_default_folder);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|