Same code runs both on Win 32 and Android 4.0.3, but it behaves differently, is it a bug?

I wirte a simple game on C++, but it behaves differently with the locations of Menu controls,
The game play on Win32 look like blow:

But on smart phone with Android 4.0.3,the menu are put on the center of the screen.I don’t know what happen.
Does anyone come across the same problem with me?


Win32.png (77.4 KB)

Oh,Sorry,It’s my mistake ,I respectively write codes for different OS platform, but I didn’t keep them with the same logic. Now I fix it :slight_smile: