Hi I am a newbie to Titanium App, and learning the Alloy Method for developing.
I wrote in index.xml:
<Alloy>
<Window class="container">
<TextField id="title" hintText="Title"></TextField>
<TextArea id="description" hintText="Description"></TextArea>
</Window>
</Alloy>
But when previewed in Android Emulator, it is showing overlapped textfields onto the center of the screen. But It by default, it should start from top and then should automatically take some margin from top relatively.
Right now what it is showing is: i.imgur.com/KOZUP6K.png