[TIMOB-11798] Android: Allow setting action bar properties before window is opened
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Arthur Evans |
Assignee | Unknown |
Created | 2012-11-16T00:13:03.000+0000 |
Updated | 2018-02-28T20:03:52.000+0000 |
Description
It would be nice if we could specify action bar properties in advance, the way we specify activity properties (such as onCreateOptionsMenu) on an activity before it's created.
For the activity, we create an empty object (I think) that we can set properties on until the real activity exists, at which point the properties are copied to the new activity. Or something like that.
It's important to share this feature with the TabGroup, since it's now the "owner" of the ActionBar when you are using tabs.