{ "id": "159384", "key": "TIMOB-23167", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": [ { "id": "17706", "name": "Release 5.4.0", "archived": false, "released": true, "releaseDate": "2016-08-11" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-04-25T05:14:16.000+0000", "created": "2016-04-07T17:56:20.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "android", "button", "parity", "qe-5.4.0" ], "versions": [], "issuelinks": [], "assignee": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "updated": "2016-09-22T18:30:01.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": [ { "id": "10224", "name": "TiAPI", "description": "This component is used for cross-platform API work. Specifications are most likely to use this component." } ], "description": "Add {{Ti.UI.Button.tintColor}} on Android (https://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.Button-property-tintColor) to have the same feature on both platforms (iOS is available)\r\n\r\n{code:javascript}\r\n$.button.setTintColor(\"#ff0000\");\r\n$.button.tintColor = \"#ff0000\";\r\n{code}\r\n\r\n{code:css}\r\nButton {tintColor:\"ff0000\";}\r\n{code}\r\n\r\n{code:xml}\r\n