{ "id": "149632", "key": "AC-218", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2015-11-13T18:24:43.000+0000", "created": "2015-07-11T18:40:48.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2015-11-13T18:24:43.000+0000", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [], "description": "We should be able to use System Icons in our Apps to keep the experience immersive without having to duplicate System Default Visuals for certain elements, like a Search Icon, Refresh, Add, Remove...", "attachment": [], "flagged": false, "summary": "Use System Icons as an ImageView", "creator": { "name": "leoleal", "key": "leoleal", "displayName": "Leonardo Leal", "active": true, "timeZone": "America/Sao_Paulo" }, "subtasks": [], "reporter": { "name": "leoleal", "key": "leoleal", "displayName": "Leonardo Leal", "active": true, "timeZone": "America/Sao_Paulo" }, "environment": null, "comment": { "comments": [ { "id": "364371", "author": { "name": "rmitro", "key": "rmitro", "displayName": "Rakhi Mitro", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Hello,\r\n\r\nTested this issue. Should be able to use iPhone [SystemIcons|http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.iPhone.SystemIcon] in the Apps. For Windows, please visit this [link|http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.Windows.SystemIcon]. \r\n\r\n\r\n*Test Environments:*\r\n\r\nAppc CLI Version :5.0.1\r\n\r\nTitanium SDK Version:4.1.1.GA\r\n\r\nDevice:iPad\r\n\r\nAppc Studio: Appcelerator Studio, build: 4.1.1.201507141126\r\n\r\nAlloy: 1.7.6\r\n\r\nMac OS X,Version = 10.10.1.\r\n\r\n*Test Steps*\r\n\r\n1) Create a sample app.\r\n2) Run with sample code.\r\n\r\n\r\n*Test code:*\r\n\r\n{code}\r\n\r\nvar win1 = Ti.UI.createWindow({\r\n\r\n backgroundColor: 'blue',\r\n\r\n title: 'Blue',\r\n\r\n \r\n\r\n});\r\n\r\nwin1.add(Ti.UI.createLabel({text: 'I am a blue window.'}));\r\n\r\n\r\n\r\nvar win2 = Ti.UI.createWindow({\r\n\r\n backgroundColor: 'red',\r\n\r\n title: 'Red'\r\n\r\n});\r\n\r\nwin2.add(Ti.UI.createLabel({text: 'I am a red window.'}));\r\n\r\n\r\n\r\nvar tab1 = Ti.UI.createTab({\r\n\r\n window: win1,\r\n\r\n title: 'Blue',\r\n\r\n icon:Titanium.UI.iPhone.SystemIcon.SEARCH \r\n\r\n \r\n\r\n}),\r\n\r\ntab2 = Ti.UI.createTab({\r\n\r\n window: win2,\r\n\r\n title: 'Red',\r\n\r\n icon:Titanium.UI.iPhone.SystemIcon.CONTACTS \r\n\r\n}),\r\n\r\ntabGroup = Ti.UI.createTabGroup({\r\n\r\n tabs: [tab1, tab2]\r\n\r\n});\r\n\r\ntabGroup.open();\r\n\r\n\r\n{code}\r\n\r\n*Test Result:*\r\n\r\nSystem icons are working as expected.\r\n\r\n\r\nThanks", "updateAuthor": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-09-20T06:09:14.000+0000", "updated": "2015-11-13T18:24:34.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }