[ALOY-994] Add <ActionBar> tag to set activity.actionBar properties
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-11-26T02:21:26.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.5.0 |
Components | XML |
Labels | qe-manualtest |
Reporter | Tim Poulsen |
Assignee | Tim Poulsen |
Created | 2014-04-25T17:22:16.000+0000 |
Updated | 2014-11-26T02:21:26.000+0000 |
Description
Implement a parser for an
<Alloy>
<Window>
<ActionBar id="actionbar" title="My App Title" subtitle="App subtitle" .../>
</Window>
</Alloy>
* - This tag would be valid as a child of Window or TabGroup and should throw a compiler error if placed elsewhere.
* - It would be an empty tag with no valid children (actionBar properties would be set via tag attributes).
* - If both