1
我的應用程序有兩個視圖。根據另一個視圖更改窗口大小
一個視圖固定爲50pt高度。
其他視圖必須爲100% - 50pt。
我怎樣才能做到這一點在tss中計算?
還是不可能?
如果是這樣我怎麼才能決定windowsize?
index.tss
"#tableView": {
width: "100%" -50,
height: "98%",
top:0
}
"#adView": {
backgroundColor:"black",
width: "100%",
height: 50,
bottom: 0
}