Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Jun 18, 2024
1 parent 6a3b063 commit 1245552
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions apidoc/Titanium/UI/OptionBar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,30 @@ properties:
default: horizontal
availability: creation

- name: selectedBackgroundColor
summary: Background color of the selected button
type: [String, Titanium.UI.Color]
platforms: [android]
since: { android: "12.4.0"}

- name: selectedTextColor
summary: Text color of the selected button
type: [String, Titanium.UI.Color]
platforms: [android]
since: { android: "12.4.0"}

- name: selectedBorderColor
summary: Border color of the selected button
type: [String, Titanium.UI.Color]
platforms: [android]
since: { android: "12.4.0"}

- name: color
summary: Text color of the unselected button
type: [String, Titanium.UI.Color]
platforms: [android]
since: { android: "12.4.0"}

examples:
- title: Text-Only Buttons
example: |
Expand Down

0 comments on commit 1245552

Please sign in to comment.