".container": { backgroundColor:"white" }, "#outerView": { left: 0, right: 0, height: Ti.UI.SIZE, layout: "vertical" } "#faultyLabel": { left: 12, text: "dummy text", backgroundColor: "yellow", right: 12, height: 16, color: "black", font: { fontSize: 16, fontFamily: "Helvetica", fontWeight: "bold" } } "#otherView": { left: 0, right: 0, height: 20, } "#otherViewLabel1": { left: 12, width: 150, text: "Opening Available", height: 20, } "#otherViewLabel2": { right: 0, width: 150, textAlign: "right", height: 20, }