Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-9978] Android: Custom tab views

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 2.1.0, Release 3.0.0
Fix Version/sn/a
ComponentsAndroid
Labelsapi
ReporterJosh Roesslein
AssigneeUnknown
Created2012-07-16T16:43:12.000+0000
Updated2018-02-28T20:04:20.000+0000

Description

Android supports setting your own custom view for the "tab" in a tab group. This might be useful if you want to customize the tab's look or do dynamic updates that the built-in tab view does not provide (ex: title or icon update).

Example

var tab = Ti.UI.createTab();
tab.view = Ti.UI.createView({layout: 'horizontal'});
tab.view.add(Ti.UI.createLabel({text: 'Hello!'}));

Comments

  1. Davide Ensini 2015-04-10

    Hi, i don't get it.. Is this feature going to happen? Thanks

JSON Source