{ "id": "170340", "key": "AC-5379", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2017-11-22T19:59:40.000+0000", "created": "2017-11-16T13:02:38.000+0000", "labels": [ "Android", "PickerRow", "font", "setFont" ], "versions": [ { "id": "17038", "name": "Appcelerator Studio 4.5.0", "archived": false, "released": false } ], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-11-22T19:59:40.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": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "PickerRow setFont is undefined on Android, setting \"font\" property has no effect.\r\n\r\ntest code:\r\n{code:java}\r\nvar win = Ti.UI.createWindow();\r\nvar picker = Ti.UI.createPicker({});\r\nvar color = [ 'red', 'green', 'blue', 'orange' ];\r\nvar column1 = Ti.UI.createPickerColumn();\r\n\r\nTi.API.info(column1.setFont);//undefined on Android\r\n\r\ncolumn1.font = {fontSize:50};//don't work\r\n\r\nfor(var i=0, ilen=color.length; i