[TIMOB-529] allow bar color of "more" tab windows to be configurable
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:53:24.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.3.0 |
Components | iOS |
Labels | ios, iphone |
Reporter | Nolan Wright |
Assignee | Jeff Haynie |
Created | 2011-04-15T02:31:08.000+0000 |
Updated | 2011-04-17T01:53:24.000+0000 |
Description
need to think about API for this too.
We touched on this before during the 0.8 time. Now that we have a TabGroup object, it could be a property on here.
if it's simply 'barColor', it could be something that tabs inherit. However, that's sort of a sticky wicket
Otherwise, it could be 'moreBarColor'
moreBarColor should be implemented as a property of the TabGroup in the next commit.
Update: The property will be 'barColor' on the tabGroup, and tabs will inherit this property. To disinherit the property, tabs should provide their own barColor property. To indicate the default despite the barColor being nondefault on the tabGroup, the color of 'default' (Akin to 'transparent') can be used.
This has not been implemented or checked in yet.
(from [508c4010ef0a8c8fcd7b159d4cd8f7ed71d54973]) Closes #529 http://github.com/appcelerator/titanium_mobile/commit/508c4010ef0a8c8fcd7b159d4cd8f7ed71d54973"> http://github.com/appcelerator/titanium_mobile/commit/508c4010ef0a8...