[TIMOB-1368] tabview back button background image shrinks
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:55:59.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Backlog |
Components | iOS |
Labels | ios, leftnavbutton, navgroup |
Reporter | Chris G |
Assignee | Reggie Seagraves |
Created | 2011-04-15T02:50:33.000+0000 |
Updated | 2012-09-25T16:18:09.000+0000 |
Description
The tabview back button on top left, when i set its background image. it shrinks it so it shows up in the middle.
Image size is 97 x 31 png
function open_property_detail(oid)
{ var property_detail_win = Titanium.UI.createWindow({
titlePrompt: ' ',
barImage: 'images/title_bg.png',
backgroundColor:'#000000',
backButtonTitleImage: 'images/back_btn.png',
url:'view.js'
//orientationModes: [Titanium.UI.PORTRAIT, Titanium.UI.LANDSCAPE_RIGHT, Titanium.UI.LANDSCAPE_LEFT]
});
property_detail_win.oid = oid;
Titanium.UI.currentTab.open(property_detail_win,{animated:true});
}
Attachments
File | Date | Size |
---|---|---|
back_btn.png | 2011-04-15T02:50:33.000+0000 | 2904 |
img_02191.PNG | 2011-04-15T02:50:33.000+0000 | 148368 |