摘要:
UI:ButtonBar: 1 // BASIC BUTTON BAR 2 // 3 var bb1 = Titanium.UI.createButtonBar({ 4 labels:['One', 'Two', 'Three'], 5 backgroundColor:'#336699', 6 top:50, 7 style:Titanium.UI.iPhone.SystemButtonStyle.BAR, 8 height:25, 9 width:20010 });Cus... 阅读全文