[TIMOB-26905] Android: Expose "labelVisibilityMode" property on Ti.UI.TabGroup
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | TabGroup, android, labels, tabs |
Reporter | Hans Knöchel |
Assignee | Joshua Quick |
Created | 2019-03-17T11:59:37.000+0000 |
Updated | 2020-12-04T19:51:38.000+0000 |
Description
Modern designs need to be able to use an icon-only style (see Instagram, Facebook and many others for reference). It would be great if Titanium would support this property as well, especially since the "shiftMode" currently zooms in selected tabs which looks horribly ugly.
This can be resolved as part of TIMOB-26472.
TIMOB-26472 is resolved. What's needed next for this?
David: You can actually use it with the
shiftMode
property already. For the UNLABELED constant, useshiftMode: 2
, an undocumented constant.