summaryrefslogtreecommitdiff
path: root/src/com/android/mail/ui/KeyboardNavigationController.java
Commit message (Collapse)AuthorAgeFilesLines
* [KBNav] two-pane landscape navigation polishJin Cao2014-08-111-0/+34
The system default navigation doesn't work quite as well in landscape mode (e.g. focus on conversation view's reply, hitting up goes to the mini-drawer instead of the message header). This is partly because our overlay views are not in a real list, thus we can't take advantage of the framework's navigation support for listviews. I decided to roll my own navigation entirely for conversation view and manually focus/scroll. This CL also includes some polishes for interactions in landscape mode between drawer, TL, and CV panes. b/16636060 Change-Id: Id1de01439a118702756d52f6a8b3f02395a0f932