{ "id": "153631", "key": "TIMOB-20100", "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": "17072", "name": "Release 5.1.2", "archived": false, "released": true, "releaseDate": "2016-01-12" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-12-07T02:53:50.000+0000", "created": "2015-12-04T20:08:18.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "qe-5.1.2" ], "versions": [ { "id": "17072", "name": "Release 5.1.2", "archived": false, "released": true, "releaseDate": "2016-01-12" } ], "issuelinks": [], "assignee": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "updated": "2015-12-07T18:49:51.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": "h5.Steps To Reproduce:\r\n1. I followed the docs here : http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.View-property-backgroundImage\r\nhttp://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.View-property-borderColor\r\n2. Use the code below:\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor:'white',\r\n title: 'Card Demo'\r\n});\r\n\r\n\r\nvar card = Ti.UI.Android.createCardView({\r\n height:200,\r\n width:250,\r\n borderWidth:10,\r\n borderColor:'red',\r\n contentPadding: 20,\r\n cardCornerRadius: 10,\r\n backgroundImage:'android.jpg'\r\n});\r\n\r\nvar label = Ti.UI.createLabel({\r\n color:'black',\r\n text: 'HELLO',\r\n});\r\n\r\ncard.add(label);\r\nwin.add(card);\r\nwin.open();\r\n{code}\r\n2. Check the bordercolor & backgroundimage of the cardview.\r\n\r\nh5.Actual Results:\r\n1. We do not see the bordercolor & backgroundimage.\r\n\r\nh5.Expected Result:\r\n1. We should see the bordercolor & the backgroundimage for the cardview.", "attachment": [], "flagged": false, "summary": "Android: CardView backgroundImage & borderColor properties don't work", "creator": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Environment:\r\nAppc Studio : 4.4.0.201511241829\r\nTi SDK : 5.1.2.v20151203125117\r\nTi CLI : 5.0.5\r\nAlloy : 1.7.26\r\nMAC Yosemite : 10.10.5\r\nAppc NPM : 4.2.2\r\nAppc CLI : 5.1.0\r\nNode: v0.12.27", "closedSprints": [ { "id": 536, "state": "closed", "name": "2015 Sprint 25 SDK", "startDate": "2015-12-05T01:30:40.415Z", "endDate": "2015-12-19T01:30:00.000Z", "completeDate": "2015-12-29T03:19:42.127Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "372241", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "just document accordingly for this release.", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-12-07T02:15:52.000+0000", "updated": "2015-12-07T02:15:52.000+0000" }, { "id": "372243", "author": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "body": "Documentation update:-\r\nPR 5_1_X: https://github.com/appcelerator/titanium_mobile/pull/7550\r\nPR Master: https://github.com/appcelerator/titanium_mobile/pull/7551", "updateAuthor": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "created": "2015-12-07T02:27:53.000+0000", "updated": "2015-12-07T02:27:53.000+0000" }, { "id": "372245", "author": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "body": "5_1_X and Master PRs for document update merged..", "updateAuthor": { "name": "msamah", "key": "msamah", "displayName": "Ashraf Abu", "active": false, "timeZone": "Asia/Singapore" }, "created": "2015-12-07T02:47:13.000+0000", "updated": "2015-12-07T02:47:13.000+0000" }, { "id": "372325", "author": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing this ticket as its a docs issue & PR has been made for docs.\r\n\r\nEnvironment:\r\nAppc Studio : 4.4.0.201511241829\r\nTi SDK : 5.1.2.v20151203125117\r\nTi CLI : 5.0.5\r\nAlloy : 1.7.26\r\nMAC Yosemite : 10.10.5\r\nAppc NPM : 4.2.2\r\nAppc CLI : 5.1.0\r\nNode: v0.12.27\r\nNexus 6P - Android 6.0", "updateAuthor": { "name": "lchoudhary", "key": "lchoudhary", "displayName": "Lokesh Choudhary", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-12-07T18:49:43.000+0000", "updated": "2015-12-07T18:49:43.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }