{ "id": "134028", "key": "TIMOB-17552", "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": [], "resolution": null, "resolutiondate": null, "created": "2014-08-01T13:51:34.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [ "TCSupport", "android" ], "versions": [ { "id": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" } ], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:03:46.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "h4. Problem Description \r\nWhen you disable the actionbar in the new 3.3.0.GA SDK release and set the opacity or the backgroundColor to something transparent in a window, the actionbar will show up.\r\n\r\nh4. Sample Code \r\nh4. app.js\r\n{code:app.js}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor : 'white',\r\n\topacity: '0.5'\r\n});\r\nvar image = Ti.UI.createView({\r\n backgroundColor : 'red',\r\n});\r\nwin.add(image);\r\nwin.open();\r\n{code}\r\n\r\nin platform/android/res/values/custom_theme.xml\r\nh4. custom_theme.xml\r\n\r\n{code:custom_theme.xml}\r\n\r\n\r\n \r\n \r\n{code}\r\n\r\nh4. tiapp.xml\r\n{code:tiapp.xml}\r\n\r\n \r\n \r\n \r\n \r\n \r\n\r\n{code}\r\n\r\nh4. Steps to reproduce\r\n1. Create a new mobile project\r\n2. Paste the testcase where needed \r\n3. Test in device\r\n\r\nh4. Actual Results \r\nActionbar shows when opacity property is used in window, even though Actionbar is disabled using custom theme file in the project.", "attachment": [], "flagged": false, "summary": "Android: Actionbar shows up although you disable it with a costom theme when opacity is used in window.", "creator": { "name": "roland.schwan", "key": "roland.schwan", "displayName": "Roland Schwan", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "roland.schwan", "key": "roland.schwan", "displayName": "Roland Schwan", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "CLI version 3.3.0, \r\nTitanium SDK version 3.3.0.GA\r\nAndroid Emulator\r\n", "comment": { "comments": [], "maxResults": 1, "total": 1, "startAt": 0 } } }