嗨,我是 Titanium App 的新手,正在学习合金开发方法。
我在 index.xml 中写道:
<Alloy>
<Window class="container">
<TextField id="title" hintText="Title"></TextField>
<TextArea id="description" hintText="Description"></TextArea>
</Window>
</Alloy>
但是在 Android Emulator 中预览时,它会在屏幕中央显示重叠的文本字段。但默认情况下,它应该从顶部开始,然后应该自动从顶部相对取一些余量。
现在它显示的是:i.imgur.com/KOZUP6K.png