Accessibility fixes and updates

> Adding custom actions on the page indicator to go to overview mode
> Disabling custom actions on the first page
> Disabling 'move page left' on the second page

Change-Id: Ib8154f70cb3f93e663a881357c6c46c33253887f
This commit is contained in:
Sunny Goyal
2016-06-16 12:29:03 -07:00
parent 8e6a800480
commit d0a6ae7f64
8 changed files with 114 additions and 83 deletions

View File

@@ -120,6 +120,7 @@ public class FolderPagedView extends PagedView {
mFolder = folder;
mKeyListener = new PagedFolderKeyEventListener(folder);
mPageIndicator = (PageIndicator) folder.findViewById(R.id.folder_page_indicator);
initParentViews(folder);
}
/**