Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11798] Android: Allow setting action bar properties before window is opened

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 3.0.0
Fix Version/sn/a
ComponentsAndroid
Labelsn/a
ReporterArthur Evans
AssigneeUnknown
Created2012-11-16T00:13:03.000+0000
Updated2018-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.

Comments

  1. Igor Santos 2012-11-16

    It's important to share this feature with the TabGroup, since it's now the "owner" of the ActionBar when you are using tabs.

JSON Source