diff --git a/apidoc/Titanium/UI/TabbedBar.yml b/apidoc/Titanium/UI/TabbedBar.yml index b95826a26e3..0e846c3b578 100644 --- a/apidoc/Titanium/UI/TabbedBar.yml +++ b/apidoc/Titanium/UI/TabbedBar.yml @@ -44,6 +44,12 @@ properties: availability: creation platforms: [iphone, ipad, android, macos] since: {iphone: "9.0.0", ipad: "9.0.0", android: "12.0.0"} + - name: selectedBackgroundColor + summary: Background color of the selected tab indicator. + type: [ String, Titanium.UI.Color ] + availability: creation + platforms: [android] + since: {android: "8.0.0"} - name: selectedTextColor summary: Color of the selected text type: [ String, Titanium.UI.Color ] @@ -60,10 +66,10 @@ properties: The `BAR` style specifies a more compact style and allows the bar's background color or gradient to show through. - For Android: - [Titanium.UI.TABS_STYLE_*] - In Android [style](Titanium.UI.TabbedBar.style) is only supported in the creation dictionary - of the proxy. + + For Android use [Titanium.UI.TABS_STYLE_DEFAULT](Titanium.UI.TABS_STYLE_DEFAULT) or + [Titanium.UI.TABS_STYLE_BOTTOM_NAVIGATION](Titanium.UI.TABS_STYLE_BOTTOM_NAVIGATION) and + it is only supported in the creation dictionary of the proxy. type: Number default: Titanium.UI.iOS.SystemButtonStyle.PLAIN for iOS, Ti.UI.TABS_STYLE_DEFAULT for Android examples: diff --git a/apidoc/Titanium/UI/UI.yml b/apidoc/Titanium/UI/UI.yml index 76616d9c63d..d468d3dc8a2 100644 --- a/apidoc/Titanium/UI/UI.yml +++ b/apidoc/Titanium/UI/UI.yml @@ -2406,6 +2406,18 @@ properties: permission: read-only since: "10.0.0" + - name: TABS_STYLE_DEFAULT + summary: Default tab style. + type: Number + since: "8.0.0" + permission: read-only + + - name: TABS_STYLE_BOTTOM_NAVIGATION + summary: Bottom navigation style. + type: Number + since: "8.0.0" + permission: read-only + - name: TABLE_VIEW_SEPARATOR_STYLE_NONE summary: The row divider is hidden. type: Number