[TIMOB-14896] Android: Add support for "slide-out" indicator on Up button on ActionBar
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Tim Poulsen |
Assignee | Unknown |
Created | 2013-08-16T17:31:40.000+0000 |
Updated | 2018-02-28T20:03:47.000+0000 |
Description
I would like to be able to add a "slide-out" indicator to the ActionBar icon to indicate the availability of a slide-out menu. This feature depends on support for the Up button as described in TIMOB-14895
See attached screen for an example (graphic on the left). See http://www.androidpolice.com/2013/05/10/finally-google-has-come-up-with-a-predictable-intuitive-sidebar-navigation-design-now-please-add-it-to-everything/ (after the "New Up Button" heading) for explanation of appropriate UX.
Attachments
File | Date | Size |
---|---|---|
Screen Shot 2013-08-16 at 1.14.26 PM.png | 2013-08-16T17:31:40.000+0000 | 105043 |
There appears to be no associated native actionBar property to display the "slide-out" indicator. This must be a custom extension by Google. We probably can't implement this till they make that API public.