[AC-4326] createScrollableView pageIndicatorColor¤tPageIndicatorColor doesn't work
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Needs more info |
| Resolution Date | 2016-08-30T14:49:48.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Maxim Khrichtchatyi |
| Assignee | Shak Hossain |
| Created | 2016-08-03T19:49:21.000+0000 |
| Updated | 2016-08-30T14:49:48.000+0000 |
Description
I can't change pageIndicatorColor & currentPageIndicatorColor for createScrollableView.
Ti.UI.createScrollableView({
showPagingControl: true,
pageIndicatorColor: '#ffcc00',
currentPageIndicatorColor: '#ffcc00',
pagingControlAlpha: 0.5,
pagingControlColor: '#FFFFFF',
pagingControlHeight: 20,
views: [view1, view2, view3]
});
This ticket needs more info: - iOS / Android - Titanium SDK build - Trace-log Please note that the two properties are only available in Titanium 5.4.0 (which is currently in Beta) and later.