[TIMOB-23497] Android: Support indicatorColor and indicatorDiameter properties on Ti.UI.ActivityIndicator
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-10-20T09:02:02.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 6.1.0 |
Components | Android |
Labels | parity |
Reporter | Christopher Williams |
Assignee | Gary Mathews |
Created | 2016-06-10T19:29:01.000+0000 |
Updated | 2017-01-19T22:21:52.000+0000 |
Description
Android is the only platform that doesn't support Ti.UI.ActivityIndicator's indicatorColor and indicatorDiameter properties. We should ideally support it for parity's sake.
http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ActivityIndicator-property-indicatorDiameter
Verified improvement with the test case provided in https://github.com/appcelerator/titanium_mobile/pull/8529 , Was able to change the indicator color from blue to red
activityIndicator.setIndicatorColor('red');
but was not able to verify changes in the diameter forindicatorDiameter
. Is their a reason for this [~gmathews]? *Environment*[~smohammed] Yes,
indicatorDiameter
is only supported on MobileWeb.Alright Thanks, Closing ticket as
activityIndicator.setIndicatorColor
is working as indicated above.