Skip to content

Commit

Permalink
docs(api): add warning about separatorHeight usage on Android API bel…
Browse files Browse the repository at this point in the history
…ow 23
  • Loading branch information
drauggres committed Feb 8, 2022
1 parent b42d7b7 commit 2dbb273
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apidoc/Titanium/UI/ListView.yml
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,8 @@ properties:
description: |
Height of the ListView separator, in platform-specific units. If undefined, default native height will be used.
Numerical inputs are treated as pixels. For example, 3 and "3px" are equivalent.
On Android API < 23 you must specify <Titanium.UI.ListView.separatorStyle> and
<Titanium.UI.ListView.separatorColor> for this property to work.
type: [String, Number]
since: "4.1.0"
platforms: [android]
Expand Down

0 comments on commit 2dbb273

Please sign in to comment.