【发布时间】:2017-08-04 19:23:09
【问题描述】:
以下内容填满整个屏幕:
<View height="Ti.UI.FILL" width="Ti.UI.FILL">...</View>
此处描述了填充属性:http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI-property-FILL
但是你也可以使用:
<View height="100%" width="100%">...</View>
所以我的问题是,有什么区别?
【问题讨论】:
标签: titanium appcelerator appcelerator-titanium titanium-alloy appcelerator-alloy