Skip to content

Commit eefd0be

Browse files
authored
Update apidoc/Titanium/UI/ScrollableView.yml
1 parent 5074f22 commit eefd0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apidoc/Titanium/UI/ScrollableView.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ properties:
382382
summary: Sets the pages within this Scrollable View.
383383
description: |
384384
Android:
385-
Since 12.3.0 the width of each child view can be set between 0 and screen width.
385+
Since 12.6.0 the width of each child view can be set between 0 and screen width.
386386
```
387387
const win = Ti.UI.createWindow();
388388
const view1 = Ti.UI.createView({ backgroundColor:'#123', width: 200 });

0 commit comments

Comments
 (0)