{ "id": "61726", "key": "TIMOB-1094", "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": [ { "id": "11224", "name": "Release 1.4.0", "archived": true, "released": true, "releaseDate": "2010-07-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:55:11.000+0000", "created": "2011-04-15T02:43:53.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "android", "defect", "tableview" ], "versions": [], "issuelinks": [], "assignee": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:55:11.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "{html}
If you run the Facebook demo (Query), you'll see that the layout\nis not correctly calculating the height of each row.
\n\n\niPhone is correctly displaying.
\nIt appears that maybe Android is disregarding the minRowHeight\nproperty on the table view.
\n\nvar tableView = Ti.UI.createTableView({minRowHeight:100});
\n
(from [66b08eb0445267964fc4b0992245f930582e582d])\n[#1094 state:resolved] fixed android minRowHeight\n\nhttp://github.com/appcelerator/titanium_mobile/commit/66b08eb044526...