[TIMOB-28515] Android: Add "floating" bottom navigation bar support to TabGroup
GitHub Issue | n/a |
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2021-08-13T13:43:21.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 10.1.0 |
Components | Android |
Labels | TabGroup, android |
Reporter | Joshua Quick |
Assignee | Joshua Quick |
Created | 2021-07-31T02:34:11.000+0000 |
Updated | 2021-08-13T13:43:21.000+0000 |
Description
*Summary:*
Add floating bottom tab bar support to Ti.UI.TabGroup
.
!FloatingTabBar.png|thumbnail!
*Proposal:*
If you set any of the following properties to a non-zero value, then the TABS_STYLE_BOTTOM_NAVIGATION
should switch to a floating tab bar as shown in the above screenshot.
* paddingLeft
* paddingRight
* paddingBottom
This feature is not support for the top tab bar style.
Attachments
FYI: [~michael]
PR (master): https://github.com/appcelerator/titanium_mobile/pull/12977
Merged to master