Titaniumでアプリを作成しています。XML は、Net Beans の XML とは異なります。例えば:
<Alloy>
<Window>
<TextField hintText="Login"></TextField>
<TextField hintText="Password" passwordMask="true"></TextField>
<Button>Login</Button>
</Window>
</Alloy>
これにより、2 つの TextField とボタンがすべて重なり合って配置されます... Y?