摘要: 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... 阅读全文
posted @ 2012-09-07 02:02 若愚Shawn 阅读(313) 评论(0) 推荐(0) 编辑