{ "id": "167279", "key": "TIMOB-24622", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "10000", "description": "", "name": "Done" }, "resolutiondate": "2018-12-09T08:46:45.000+0000", "created": "2017-04-25T08:23:42.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [], "issuelinks": [], "assignee": null, "updated": "2018-12-09T08:46:45.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [], "description": "*Issue Description:*\r\nThe indicatorColor of the activity indicator doesn't work on android 6 and android 7.\r\n\r\n*Test Case:*\r\n{code}\r\nvar win1 = Titanium.UI.createWindow({\r\n\t\ttitle : 'Tab 1',\r\n\t\tbackgroundColor : '#ccc'\r\n\t});\r\n\r\n\tvar actInd = Titanium.UI.createActivityIndicator({\r\n\t\tmessage : ' Loading',\r\n\t\tstyle : Titanium.UI.ActivityIndicatorStyle.BIG_DARK,\r\n\t\twidth : '80px',\r\n\t\theight : '80px',\r\n\t\tfont : {\r\n\t\t\tfontFamily : 'tahoma',\r\n\t\t\tfontSize : 30, //20,\r\n\t\t\tfontWeight : 'normal'\r\n\t\t},\r\n\t\tcolor : 'black',\r\n\t\tleft : '25%',\r\n\t\tindicatorColor : '#000',\r\n\t});\r\n\r\n\tvar overlay = Titanium.UI.createView({\r\n\t\theight : '100%',\r\n\t\twidth : '100%',\r\n\t\tbackgroundColor : '#000',\r\n\t\topacity : 0.5\r\n\t});\r\n\tvar indView = Titanium.UI.createView({\r\n\t\theight : '150px',\r\n\t\twidth : '65%',\r\n\t\tbackgroundColor : '#ffffff',\r\n\t\tborderRadius : 10,\r\n\t\topacity : 0.8,\r\n\r\n\t});\r\n\r\n\tvar label = Ti.UI.createLabel({\r\n\t\tcolor : '#000000',\r\n\t\ttext : 'Loading',\r\n\t\theight : 'auto',\r\n\t\twidth : 'auto',\r\n\t});\r\n\r\n\twin1.add(overlay);\r\n\twin1.add(indView);\r\n\twin1.add(actInd);\r\n\r\n\tindView.add(label);\r\n\tactInd.show();\r\n\r\n\twin1.open();\r\n{code}\r\n\r\n*Expected:* The indicator color should be black\r\n*Actual:* The indicator color doesn't change\r\n\r\n*Steps to reproduce:*\r\n-Run the sample code in an app.js file and it'll show that the indicator color doesn't work.", "attachment": [ { "id": "62094", "filename": "ActivityIndicator.png", "author": { "name": "jnaher", "key": "jnaher", "displayName": "Jebun Naher", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2017-04-25T08:23:10.000+0000", "size": 28062, "mimeType": "image/png" } ], "flagged": false, "summary": "Android: Activity indicator's indicatorColor property doesn't work in android 6 & 7", "creator": { "name": "jnaher", "key": "jnaher", "displayName": "Jebun Naher", "active": false, "timeZone": "Asia/Dhaka" }, "subtasks": [], "reporter": { "name": "jnaher", "key": "jnaher", "displayName": "Jebun Naher", "active": false, "timeZone": "Asia/Dhaka" }, "environment": "Operating System\r\n Name = Mac OS X\r\n Version = 10.12.4\r\n Architecture = 64bit\r\n # CPUs = 4\r\n Memory = 8589934592\r\nNode.js\r\n Node.js Version = 4.6.2\r\n npm Version = 2.15.11\r\nTitanium CLI\r\n CLI Version = 5.0.12\r\nTitanium SDK\r\n SDK Version = 6.0.3.GA\r\n SDK Path = /Users/user/Library/Application Support/Titanium/mobilesdk/osx/6.0.3.GA\r\n Target Platform = android\r\nEmulators: Google Nexus 5X - 7.0.0 - API 24 and Google Nexus 5 - 6.0.0 - API 23", "comment": { "comments": [], "maxResults": 1, "total": 1, "startAt": 0 } } }