{ "id": "62075", "key": "TIMOB-1443", "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": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-07-26T20:42:29.000+0000", "created": "2011-04-15T02:52:58.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "look1" ], "versions": [], "issuelinks": [ { "id": "19303", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "83629", "key": "TIMOB-6586", "fields": { "summary": "Android - Add support for repeating backgrounds on a view that is similar to background-repeat property in CSS", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } }, { "id": "19410", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "94532", "key": "TIMOB-9901", "fields": { "summary": "TiAPI: Review and clean up platform bugs and reduce bug count by 20%.", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } } ], "assignee": { "name": "ngupta", "key": "ngupta", "displayName": "Neeraj Gupta", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-20T16:59: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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "{html}
It would be great if we could tile background images, so we\r\ndon't have to make custom files for when views change size because\r\nof orientation-changes or simply just resizing them for some\r\nreason.
\r\nIt would be even better if it worked kinda like in CSS, with\r\nrepeat-x and such, but that might be a bit overkill for\r\nTitanium.
Define API then add tickets for Android, iOS implementation.
Make it work just like css does so we can create more\nsophisticated UI. It would add much greater flexibility than what\nwe have right now with the 9 patch image stuff and the similar\niphone approach.
I think something like this API would be expected:
\nbackgroundRepeat [string,int]\nThe background repeat constant or string value such as\n\"repeat\", \"repeat-x\", \"repeat-y\", \"no-repeat\"
(CSS\ndevelopers friendly) or
\n\"both\", \"x\", \"y\", \"none\"
(alternative).
Personally I think making the values syntax closer to CSS as\npossible is desirable and intuitive, so I would vote for
\n\"repeat\", \"repeat-x\", \"repeat-y\", \"no-repeat\".
This is a big one for us too.
Sad that this Feature will not make to 1.5 :-(
Helpdesk customer asking for this feature in iOS:
\nhttp://developer.appcelerator.com/helpdesk/view/72041