Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-26905] Android: Expose "labelVisibilityMode" property on Ti.UI.TabGroup

GitHub Issuen/a
TypeNew Feature
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
LabelsTabGroup, android, labels, tabs
ReporterHans Knöchel
AssigneeJoshua Quick
Created2019-03-17T11:59:37.000+0000
Updated2020-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.

Comments

  1. Hans Knöchel 2019-12-22

    This can be resolved as part of TIMOB-26472.
  2. David Bankier 2020-09-01

    TIMOB-26472 is resolved. What's needed next for this?
  3. Hans Knöchel 2020-12-04

    David: You can actually use it with the shiftMode property already. For the UNLABELED constant, use shiftMode: 2, an undocumented constant.

JSON Source