I’ve created my first app for the iPhone, and all has gone well. I’m just starting to look into Android, and I’ve noticed something weird. All of the text In my app starts lower than in my iPhone version. The coordinates are 0 so I’m not sure why this is happening.
Example:
title = display.newText( “This is a test.”, 0, 0, 320, 500, native.systemFont, 16 )
This looks great on the iPhone, showing up exactly in the upper left hand corner.
On the various Android models in the simulator, the text starts all over the place in regards to height. Shouldn’t 0 mean 0 on both operating systems?
[import]uid: 115085 topic_id: 26275 reply_id: 326275[/import]
[import]uid: 52491 topic_id: 26275 reply_id: 106845[/import]