Fullscreen pages (e.g. Now) are focusable via keyboard.

am: 0fa5ada226

* commit '0fa5ada2261a29ad9be7195c8cdb8cb50bdd0742':
  Fullscreen pages (e.g. Now) are focusable via keyboard.
This commit is contained in:
Tony Wickham
2015-12-03 22:34:43 +00:00
committed by android-build-merger
2 changed files with 45 additions and 1 deletions

View File

@@ -625,6 +625,8 @@ public class Workspace extends PagedView
parent.removeView(customContent);
}
customScreen.removeAllViews();
customContent.setFocusable(true);
customContent.setOnKeyListener(new FullscreenKeyEventListener());
customScreen.addViewToCellLayout(customContent, 0, 0, lp, true);
mCustomContentDescription = description;