{ "id": "173757", "key": "TIMOB-27317", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2020-01-10T00:57:40.000+0000", "created": "2019-06-13T10:23:53.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "andorid", "tabGroup" ], "versions": [], "issuelinks": [ { "id": "58073", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "173205", "key": "TIMOB-26905", "fields": { "summary": "Android: Expose \"labelVisibilityMode\" property on Ti.UI.TabGroup", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "None", "id": "6" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } } ], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2020-09-01T07:15:25.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [], "description": "When creating Android bottom navigation bar (bottom tabs) support the property `labelVisibilityMode` (Android only) which sets the mode in which labels behavior on the tabs.", "attachment": [], "flagged": false, "summary": "Android bottom navigation - support `labelVisibilityMode`", "creator": { "name": "developer82", "key": "developer82", "displayName": "Ophir Oren", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "developer82", "key": "developer82", "displayName": "Ophir Oren", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "449061", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "body": "[~developer82], you can already do this now. {{TabGroup}} has property [shiftMode|https://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.TabGroup-property-shiftMode] which when set to {{false}} will prevent the bottom tabs from shifting... and... prevent the unselected tab titles from disappearing. I believe this is what you're after.\r\n\r\nThe current behavior where only the selected tab's title is displayed is Google's default behavior.", "updateAuthor": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-06-13T16:01:54.000+0000", "updated": "2019-06-13T16:01:54.000+0000" }, { "id": "449284", "author": { "name": "developer82", "key": "developer82", "displayName": "Ophir Oren", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi, The property I've described above is not the same thing. `ShiftMode` only accepts `true` or `false` and affects the appearance of the entire tab. The property I've suggested affects the text of the tab and accepts multiple possible values as described here: https://developer.android.com/reference/com/google/android/material/bottomnavigation/LabelVisibilityMode", "updateAuthor": { "name": "developer82", "key": "developer82", "displayName": "Ophir Oren", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-06-23T06:20:08.000+0000", "updated": "2019-06-23T06:20:08.000+0000" }, { "id": "449296", "author": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I understand that.\r\n\r\nWhat I'm suggesting is if you need a solution that works \"today\", then set \"shiftMode\" to {{false}}. That will internally set the label visibility mode so that the tab titles will always appear.\r\n", "updateAuthor": { "name": "jquick", "key": "jquick", "displayName": "Joshua Quick", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2019-06-24T17:59:36.000+0000", "updated": "2019-06-24T17:59:36.000+0000" }, { "id": "450084", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello [~developer82], Did you try out the solution by Joshua? Can you follow up here if that works for you now? Thanks.", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2019-07-26T15:03:22.000+0000", "updated": "2019-07-26T15:03:22.000+0000" }, { "id": "450308", "author": { "name": "bhouse", "key": "bhouse", "displayName": "Brenton House", "active": true, "timeZone": "America/Chicago" }, "body": "[~sdarda] I think \"shiftMode\" also does weird things like zooming, etc. This can probably stay as a new feature request.", "updateAuthor": { "name": "bhouse", "key": "bhouse", "displayName": "Brenton House", "active": true, "timeZone": "America/Chicago" }, "created": "2019-08-07T13:10:34.000+0000", "updated": "2019-08-07T13:10:34.000+0000" }, { "id": "453282", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Duplicate of TIMOB-26905 - which is now implemented as part of the Android X migration done in TIMOB-26472.", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2019-12-22T13:07:25.000+0000", "updated": "2019-12-22T13:07:25.000+0000" }, { "id": "456672", "author": { "name": "dbankier", "key": "dbankier", "displayName": "David Bankier", "active": true, "timeZone": "America/Los_Angeles" }, "body": "As a fallback you can use {{shiftMode = false}} and use add a {{dimens.xml}} file with the following content\r\n\r\n{code:xml}\r\n\r\n\r\n 12sp\r\n\r\n{code}", "updateAuthor": { "name": "dbankier", "key": "dbankier", "displayName": "David Bankier", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2020-09-01T07:15:25.000+0000", "updated": "2020-09-01T07:15:25.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }