Skip to content

Commit

Permalink
[TIMOB-16865] Android: Updating doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashraf committed Dec 10, 2015
1 parent bac479c commit 7072f98
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions android/titanium/src/java/org/appcelerator/titanium/TiC.java
Original file line number Diff line number Diff line change
Expand Up @@ -2361,11 +2361,11 @@ public class TiC
* @module.api
*/
public static final String PROPERTY_SEPARATOR_HEIGHT = "separatorHeight";

/**
* @module.api
*/
public static final String PROPERTY_SEPARATOR_STYLE = "separatorStyle";
* @module.api
*/
public static final String PROPERTY_SEPARATOR_STYLE = "separatorStyle";

/**
* @module.api
Expand Down
2 changes: 1 addition & 1 deletion apidoc/Titanium/UI/TableView.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@ properties:
[TableViewSeparatorStyle](Titanium.UI.MobileWeb.TableViewSeparatorStyle) constants.
type: Number
platforms: [iphone, ipad, mobileweb]

This comment has been minimized.

Copy link
@falkolab

falkolab Feb 18, 2016

Contributor

May be need to add android here?

since: {android: "6.0.0"}
since: {android: "5.2.0"}

- name: showVerticalScrollIndicator
summary: Determines whether this table view displays a vertical scroll indicator.
Expand Down
4 changes: 2 additions & 2 deletions apidoc/Titanium/UI/UI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1993,14 +1993,14 @@ properties:
summary: The row divider is hidden.
type: Number
platforms: [android]
since: "6.0.0"
since: "5.2.0"
permission: read-only

- name: TABLE_VIEW_SEPARATOR_STYLE_SINGLE_LINE
summary: The row divider is shown as a single line.
type: Number
platforms: [android]
since: "6.0.0"
since: "5.2.0"
permission: read-only

- name: TEXT_ALIGNMENT_CENTER
Expand Down

0 comments on commit 7072f98

Please sign in to comment.