"Window": {
backgroundColor: '#fff'
},
"Label": {
font: {
fontSize: 32,
fontWeight: 'bold'
}
},
"Button": {
width: '50%',
height: Ti.UI.SIZE
},
".button": {
randomProp: 'OK',
top: window.height * somevalue;
}
我怎样才能使用我Window's Height
的设置到我的button's
顶部。