Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-529] allow bar color of "more" tab windows to be configurable

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:53:24.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.3.0
ComponentsiOS
Labelsios, iphone
ReporterNolan Wright
AssigneeJeff Haynie
Created2011-04-15T02:31:08.000+0000
Updated2011-04-17T01:53:24.000+0000

Description

need to think about API for this too.

Comments

  1. Blain Hamon 2011-04-15

    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'

  2. Blain Hamon 2011-04-15

    moreBarColor should be implemented as a property of the TabGroup in the next commit.

  3. Blain Hamon 2011-04-15

    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.

  4. Jeff Haynie 2011-04-15

    (from [508c4010ef0a8c8fcd7b159d4cd8f7ed71d54973]) Closes #529 http://github.com/appcelerator/titanium_mobile/commit/508c4010ef0a8c8fcd7b159d4cd8f7ed71d54973"> http://github.com/appcelerator/titanium_mobile/commit/508c4010ef0a8...

JSON Source